Skip to content

Commit

Permalink
Merge pull request #1021 from robjtede/musl
Browse files Browse the repository at this point in the history
ci: install specified target during release
  • Loading branch information
foresterre authored Oct 9, 2024
2 parents cf7078e + 6943efe commit 8b26b81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- name: install_rust
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}

- name: install musl-gcc
if: matrix.target == 'x86_64-unknown-linux-musl'
Expand Down

0 comments on commit 8b26b81

Please sign in to comment.