Skip to content

Commit

Permalink
Add musl tools to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gracig committed Aug 6, 2024
1 parent 75a77a8 commit e742548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Add musl target
if: ${{ matrix.TARGET == 'x86_64-unknown-linux-musl' }}
run: rustup target add x86_64-unknown-linux-musl
run: sudo apt-get update && sudo apt-get install -y musl-dev musl-tools

- name: Run build
run: cargo build --release --verbose --target $TARGET
Expand Down

0 comments on commit e742548

Please sign in to comment.