make, no armv7

This commit is contained in:
Jesse Bannon 2023-02-22 14:45:09 -08:00
parent 0b6b540768
commit 64330a6e77

View file

@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ "aarch64", "armv7" ]
arch: [ "aarch64" ]
steps:
- uses: actions/checkout@v3
- uses: uraimo/run-on-arch-action@v2
@ -86,7 +86,7 @@ jobs:
# Set an output parameter `uname` for use in subsequent steps
run: |
apk add python3 py3-pip
apk add python3 py3-pip make
python3 -m pip install -e .
echo "Done!"
python3 -m pip install pyinstaller