Skip to content

Commit

Permalink
Install musl-tools on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jul 22, 2024
1 parent 9c2c89a commit f622650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
with:
target: ${{ matrix.target }}
rustflags: ""
- name: Install musl
if: ${{ endsWith( matrix.target, '-musl' ) }}
run: apt install musl-tools

- name: Install protoc
uses: ./.github/actions/install-protoc
Expand Down

0 comments on commit f622650

Please sign in to comment.