Skip to content

Commit 716f661

Browse files
committed
go back to yum
1 parent cbfa0fe commit 716f661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
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: apt-get update && apt-get install -y libssl-dev
30+
before-script-linux: yum -y install openssl-devel
3131
working-directory: ./bindings
3232
target: ${{ matrix.target }}
3333
args: --release --out dist --find-interpreter

0 commit comments

Comments
 (0)