Skip to content

Commit

Permalink
wip: add musl-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Aug 21, 2024
1 parent 9fd232d commit c7bd310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
run: rustup update --no-self-update
- name: Install target
run: rustup target add ${{ matrix.target }}
- name: Install musl-tools
if: ${{ runner.os == 'Linux' }}
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: musl-tools # provides musl-gcc
version: 1.0
- name: Test
run: cargo test --target=${{ matrix.target }}

Expand Down

0 comments on commit c7bd310

Please sign in to comment.