We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8eed6 commit 7dfcb71Copy full SHA for 7dfcb71
.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
- sudo apt-get install -y musl
+ apt install musl-tools
34
35
- name: Run build script linux
36
0 commit comments