Skip to content

Commit

Permalink
fix ci windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 9, 2023
1 parent 5342f25 commit 88991d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v3

- name: Update musl tools
if: matrix.build-with == 'cargo'
if: matrix.build-with == 'cargo' && matrix.os == 'linux'
run: |
sudo apt update
sudo apt install -y musl-tools
Expand Down

0 comments on commit 88991d8

Please sign in to comment.