We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ccd6c commit 8620250Copy full SHA for 8620250
.github/workflows/build.yml
@@ -65,8 +65,8 @@ jobs:
65
with:
66
targets: ${{ matrix.target }}
67
68
- - name: Install dependencies (linux 32bit only)
69
- if: matrix.build == 'linux-32bit'
+ - name: Install dependencies (linux 32bit and linux arm32 only)
+ if: matrix.build == 'linux-32bit' || matrix.build == 'linux-arm32'
70
run: |
71
sudo apt update
72
sudo apt install gcc-multilib
0 commit comments