Skip to content

Commit cd19691

Browse files
committed
add to before script
1 parent d10a76b commit cd19691

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +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 openssl libssl-dev pkg-config
5051
- name: Upload wheels
5152
uses: actions/upload-artifact@v4
5253
with:
@@ -78,6 +79,7 @@ jobs:
7879
args: --release --out dist --find-interpreter
7980
sccache: 'true'
8081
manylinux: musllinux_1_2
82+
before-script-linux: apt update && apt install -y openssl libssl-dev pkg-config
8183
- name: Upload wheels
8284
uses: actions/upload-artifact@v4
8385
with:

0 commit comments

Comments
 (0)