We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4526f2e commit 41520c5Copy full SHA for 41520c5
.github/workflows/CI.yml
@@ -24,11 +24,10 @@ jobs:
24
- uses: actions/setup-python@v4
25
with:
26
python-version: '3.10'
27
- - name: Install openssl
28
- run: sudo apt-get install libssl-dev openssl
29
- name: Build wheels
30
uses: PyO3/maturin-action@v1
31
+ before-script-linux: yum install -y install libssl-dev
32
working-directory: ./bindings
33
target: ${{ matrix.target }}
34
args: --release --out dist --find-interpreter
0 commit comments