Skip to content

Commit

Permalink
Update build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jblindsay committed May 22, 2024
1 parent bc8eed6 commit 7dfcb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install musl on linux
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get install -y musl
apt install musl-tools
- name: Run build script linux
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 7dfcb71

Please sign in to comment.