Skip to content

Commit 60c3c00

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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-
apt install musl-tools
33+
sudo apt install musl-tools
3434
3535
- name: Run build script linux
3636
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)