Skip to content

Commit

Permalink
Only install musl-gcc for musl on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Jul 18, 2024
1 parent 5b59512 commit b2b1de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
if: ${{ contains(matrix.target, 'aarch64') && contains(matrix.target, 'linux') }}
- name: Install GCC for musl
run: sudo apt install -y musl-gcc
if: ${{ contains(matrix.target, 'musl') && contains(matrix.target, 'linux') }}
- name: Print versions
shell: bash
run: |
Expand Down

0 comments on commit b2b1de5

Please sign in to comment.