Skip to content

Commit

Permalink
Install musl-tools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Feb 21, 2024
1 parent abcdb0d commit 42f1c2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Install armv7-unknown-linux-gnueabihf linker
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
run: sudo apt install -y gcc-arm-linux-gnueabihf
- name: Install musl gcc
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: sudo apt install -y musl-tools

- name: Build
run: |
Expand Down

0 comments on commit 42f1c2a

Please sign in to comment.