From 8962543907c40f5850d7c7309e0d2842f744032f Mon Sep 17 00:00:00 2001 From: Nathan LeRoy Date: Wed, 15 May 2024 17:58:54 -0400 Subject: [PATCH] this is getting out of hand. now there are two of them --- .github/workflows/CI.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cfb9f4d3..ba3862e9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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