Skip to content

Commit

Permalink
Add musl tools
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 22, 2024
1 parent 90ad2c3 commit d5acaaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
~/.cargo/git
./examples/cli/target/${{ matrix.target }}
key: ${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}

- run: sudo apt install musl-tools
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
- name: Install rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit d5acaaa

Please sign in to comment.