We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfcb71 commit 60c3c00Copy full SHA for 60c3c00
1 file changed
.github/workflows/build-wheels.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install musl on linux
31
if: startsWith(matrix.os, 'ubuntu')
32
run: |
33
- apt install musl-tools
+ sudo apt install musl-tools
34
35
- name: Run build script linux
36
0 commit comments