Skip to content

Commit

Permalink
musl-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 29, 2023
1 parent ccc9c84 commit cff5958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: sudo apt-get update && sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
- run: sudo apt-get update && sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi musl-tools
- run: rustup target add ${{ matrix.target }}
- run: cargo build --examples --verbose --target ${{ matrix.target }}
env:
Expand Down

0 comments on commit cff5958

Please sign in to comment.