Skip to content

Commit

Permalink
Update cryptography.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury authored Apr 28, 2023
1 parent d3c8335 commit 6cfa715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cryptography.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
cd openssl-${OPENSSL_VERSION}
./config no-shared no-ssl2 no-ssl3 -fPIC --prefix=/openssl
make -j && make make install_sw install_ssldirs
CIBW_ENVIRONMENT_LINUX: >
CIBW_ENVIRONMENT_LINUX: >
PATH=$HOME/.cargo/bin:$PATH
CFLAGS="-I/openssl/include"
LDFLAGS="-L/openssl/lib"
Expand Down

0 comments on commit 6cfa715

Please sign in to comment.