Skip to content

Commit 7dfcb71

Browse files
committed
Update build-wheels.yml
1 parent bc8eed6 commit 7dfcb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install musl on linux
3131
if: startsWith(matrix.os, 'ubuntu')
3232
run: |
33-
sudo apt-get install -y musl
33+
apt install musl-tools
3434
3535
- name: Run build script linux
3636
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)