Skip to content

Commit cbfa0fe

Browse files
committed
update workflow again
1 parent 78b0f56 commit cbfa0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build wheels
2828
uses: PyO3/maturin-action@v1
2929
with:
30-
before-script-linux: yum install -y openssl-devel
30+
before-script-linux: apt-get update && apt-get install -y libssl-dev
3131
working-directory: ./bindings
3232
target: ${{ matrix.target }}
3333
args: --release --out dist --find-interpreter

0 commit comments

Comments
 (0)