Skip to content

Commit

Permalink
Generalise tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nazq committed Jun 19, 2024
1 parent 5ff79ab commit 2d0efd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ jobs:
manylinux: auto
args: --release --locked -j $(nproc) -i python${{ matrix.python-versions }} --out dist
sccache: 'true'
before-script-linux: |
yum install -y openssl-devel
find /usr -name "ssl.h"
echo env
env:
OPENSSL_DIR: /etc/pki/tls
OPENSSL_LIB_DIR: /lib64
Expand Down

0 comments on commit 2d0efd6

Please sign in to comment.