Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHumphreys committed Nov 17, 2023
1 parent b92f519 commit e97351a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
# Set environment variables for OpenSSL
- name: Set OpenSSL environment variables
run: |
echo "OPENSSL_DIR=/usr" >> $GITHUB_ENV
echo "OPENSSL_LIB_DIR=/usr/lib/$(uname -m)-linux-gnu" >> $GITHUB_ENV
echo "OPENSSL_INCLUDE_DIR=/usr/include" >> $GITHUB_ENV
# Show files in /usr/local/opt/
ls -l /usr/local/opt/
# Set environment variables for OpenSSL
export OPENSSL_DIR=/usr/local/opt/openssl
- name: Check pkg-config for OpenSSL
run: pkg-config --libs --cflags openssl
- name: Build wheels with verbose output
Expand Down

0 comments on commit e97351a

Please sign in to comment.