Skip to content

Commit

Permalink
Debug linux finding openssl headers
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed May 2, 2024
1 parent 6221bab commit 9781c5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ jobs:
# If we're running on debian-based system.
apt update -y && apt-get install -y libssl-dev openssl pkg-config
fi
echo "OpenSSL Lib Dir: $OPENSSL_LIB_DIR"
echo "OpenSSL Include Dir: $OPENSSL_INCLUDE_DIR"
pkg-config --libs --cflags openssl
export OPENSSL_LIB_DIR=/usr/lib/ssl
export OPENSSL_INCLUDE_DIR=/usr/include/openssl
# END EDITED SECTION #
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9781c5a

Please sign in to comment.