Skip to content

Commit

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

0 comments on commit c592c2a

Please sign in to comment.