We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b0f56 commit cbfa0feCopy full SHA for cbfa0fe
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build wheels
28
uses: PyO3/maturin-action@v1
29
with:
30
- before-script-linux: yum install -y openssl-devel
+ before-script-linux: apt-get update && apt-get install -y libssl-dev
31
working-directory: ./bindings
32
target: ${{ matrix.target }}
33
args: --release --out dist --find-interpreter
0 commit comments