delete python dep

This commit is contained in:
zwPapEr
2020-10-08 20:53:49 +08:00
committed by Abin Simon
parent b21a44fea5
commit 05470bb8a9

View File

@@ -77,7 +77,7 @@ jobs:
shell: bash
run: |
case ${{ matrix.job.target }} in
arm-unknown-linux-gnueabihf) sudo apt-get -y update ; sudo apt-get -y install gcc-arm-linux-gnueabihf python3 ;;
arm-unknown-linux-gnueabihf) sudo apt-get -y update ; sudo apt-get -y install gcc-arm-linux-gnueabihf ;;
esac
- name: Initialize workflow variables
id: vars