Skip to content

Commit

Permalink
try to fix openssl again (x12)
Browse files Browse the repository at this point in the history
  • Loading branch information
azmyrajab committed Mar 22, 2024
1 parent b50db5b commit 6c2f15e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,8 @@ jobs:
sccache: 'true'
manylinux: auto
before-script-linux: |
# Check if OpenSSL is installed and print its version
if command -v openssl >/dev/null 2>&1; then
echo "OpenSSL is installed"
openssl version
else
echo "OpenSSL is not installed"
fi
# Run commands to find SSL or perform other setup tasks
OPENSSL_DIR=$(openssl version -d | awk '{print $NF}' | sed 's/"//g')
export PKG_CONFIG_PATH="$OPENSSL_DIR/pkgconfig:$PKG_CONFIG_PATH"
# Print OpenSSL version
openssl version
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6c2f15e

Please sign in to comment.