Skip to content

Commit

Permalink
this is getting out of hand. now there are two of them
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed May 15, 2024
1 parent b62561d commit 8962543
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,11 @@ jobs:
echo "Detected apt-get package manager"
apt-get update
echo "Installing libssl-dev"
apt-get install -y libssl-dev pkg-config
apt-get install -y libssl-dev pkg-config openssl
else
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 8962543

Please sign in to comment.