Skip to content

Commit 42f1c2a

Browse files
committed
Install musl-tools in CI
1 parent abcdb0d commit 42f1c2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Install armv7-unknown-linux-gnueabihf linker
5151
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
5252
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
5356

5457
- name: Build
5558
run: |

0 commit comments

Comments
 (0)