We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16539e1 commit 78b0f56Copy full SHA for 78b0f56
.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 install openssl-devel
+ before-script-linux: yum install -y openssl-devel
31
working-directory: ./bindings
32
target: ${{ matrix.target }}
33
args: --release --out dist --find-interpreter
0 commit comments