Skip to content

Commit dae1629

Browse files
committed
use apt-get
1 parent d48f66c commit dae1629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
args: --release --out dist --find-interpreter
4848
sccache: 'true'
4949
manylinux: auto
50-
before-script-linux: apt update && apt install -y libssl-dev pkg-config
50+
before-script-linux: apt-get update && apt-get install -y libssl-dev pkg-config
5151
- name: Upload wheels
5252
uses: actions/upload-artifact@v4
5353
with:
@@ -79,7 +79,7 @@ jobs:
7979
args: --release --out dist --find-interpreter
8080
sccache: 'true'
8181
manylinux: musllinux_1_2
82-
before-script-linux: apt update && apt install -y libssl-dev pkg-config
82+
before-script-linux: apt-get update && apt-get install -y libssl-dev pkg-config
8383
- name: Upload wheels
8484
uses: actions/upload-artifact@v4
8585
with:

0 commit comments

Comments
 (0)