Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner authored Oct 24, 2023
1 parent 47c6c72 commit 1bfae79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: rustup target add ${{ matrix.target }}
if: contains(fromJSON('["x86_64-unknown-linux-musl", "aarch64-apple-darwin"]'), matrix.target)

- name: Install musl-tools
if: matrix.target == 'x86_64-unknown-linux-musl'
run: sudo apt-get update && sudo apt-get install musl-tools

- name: Build
run: cargo build --verbose --locked -F bin --release --target ${{ matrix.target }}

Expand Down

0 comments on commit 1bfae79

Please sign in to comment.