Skip to content

Commit 41520c5

Browse files
committed
update docker container again
1 parent 4526f2e commit 41520c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
- uses: actions/setup-python@v4
2525
with:
2626
python-version: '3.10'
27-
- name: Install openssl
28-
run: sudo apt-get install libssl-dev openssl
2927
- name: Build wheels
3028
uses: PyO3/maturin-action@v1
3129
with:
30+
before-script-linux: yum install -y install libssl-dev
3231
working-directory: ./bindings
3332
target: ${{ matrix.target }}
3433
args: --release --out dist --find-interpreter

0 commit comments

Comments
 (0)