We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48f66c commit dae1629Copy full SHA for dae1629
.github/workflows/CI.yml
@@ -47,7 +47,7 @@ jobs:
47
args: --release --out dist --find-interpreter
48
sccache: 'true'
49
manylinux: auto
50
- before-script-linux: apt update && apt install -y libssl-dev pkg-config
+ before-script-linux: apt-get update && apt-get install -y libssl-dev pkg-config
51
- name: Upload wheels
52
uses: actions/upload-artifact@v4
53
with:
@@ -79,7 +79,7 @@ jobs:
79
80
81
manylinux: musllinux_1_2
82
83
84
85
0 commit comments