Skip to content

Commit

Permalink
Install musl tools when native build
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 9, 2023
1 parent 75dc8f7 commit d604d4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Update musl tools
if: matrix.build-with == 'cargo'
run: |
apt update
apt install -y musl-tools
- name: Update Rust and add toolchain ${{ matrix.target }}
if: matrix.build-with == 'cargo'
run: |
Expand Down

0 comments on commit d604d4e

Please sign in to comment.