Skip to content

Commit

Permalink
we will watch your career with great interest
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed May 15, 2024
1 parent 3b45e5d commit b62561d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ jobs:
echo "No supported package manager found (yum or apt-get)"
exit 1
fi
# Set the OPENSSL_DIR environment variable
export OPENSSL_DIR=/usr
# Verify the installation
if [ -f /usr/include/openssl/opensslv.h ]; then
echo "OpenSSL header found"
else
echo "OpenSSL header not found"
exit 1
fi
working-directory: ./bindings
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
Expand Down

0 comments on commit b62561d

Please sign in to comment.