Skip to content

Commit

Permalink
Fix musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Apr 2, 2024
1 parent 3073b4e commit fc210e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- run: cargo fetch --target ${{ matrix.target }}
- name: Install musl tools
if: endsWith(matrix.target, '-linux-musl')
run: sudo apt-get install -y musl-tools llvm
run: sudo apt-get install -y musl-tools llvm gcc-multilib
- name: cargo publish check
run: cargo publish --dry-run --target ${{ matrix.target }}

Expand Down

0 comments on commit fc210e2

Please sign in to comment.