Skip to content

Commit 3dbb511

Browse files
committed
install libssl on linux runners
1 parent b63acfe commit 3dbb511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- uses: actions/setup-python@v5
4242
with:
4343
python-version: '3.10'
44+
- name: Install OpenSSL
45+
run: sudo apt update -y && sudo apt install libssl-dev
4446
- name: Build wheels
4547
uses: PyO3/maturin-action@v1
4648
with:

0 commit comments

Comments
 (0)