test: 🔍 use python to create a bad extension

This commit is contained in:
zwPapEr
2020-10-06 22:21:32 +08:00
committed by Abin Simon
parent 7eeda6c8a2
commit 2ebed2261f
2 changed files with 37 additions and 1 deletions

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 ;;
arm-unknown-linux-gnueabihf) sudo apt-get -y update ; sudo apt-get -y install gcc-arm-linux-gnueabihf python3 ;;
esac
- name: Initialize workflow variables
id: vars