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 abcdb0d commit 42f1c2aCopy full SHA for 42f1c2a
.github/workflows/upload-binaries.yml
@@ -50,6 +50,9 @@ jobs:
50
- name: Install armv7-unknown-linux-gnueabihf linker
51
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
52
run: sudo apt install -y gcc-arm-linux-gnueabihf
53
+ - name: Install musl gcc
54
+ if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
55
+ run: sudo apt install -y musl-tools
56
57
- name: Build
58
run: |
0 commit comments