From 62095f0307e674d41b02b2112c02f5dc4f0384c7 Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan <111538666+rajeev-0@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:19:34 +0100 Subject: [PATCH] Update OpenSSL_versions.yml --- .github/workflows/OpenSSL_versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/OpenSSL_versions.yml b/.github/workflows/OpenSSL_versions.yml index e644d65..41adc6c 100644 --- a/.github/workflows/OpenSSL_versions.yml +++ b/.github/workflows/OpenSSL_versions.yml @@ -31,7 +31,7 @@ jobs: run: | git clone https://github.com/openssl/openssl.git --branch ${{ matrix.branch }} --depth 1 cd openssl - ./config --banner=Configured --debug --strict-warnings --prefix=../${{ matrix.branch }} shared zlib + ./config --banner=Configured --debug --strict-warnings --prefix=${PWD}/../${{ matrix.branch }} shared zlib make -s -j4 sudo make install_sw install_ssldirs cd ..