diff --git a/.github/workflows/OpenSSL_versions.yml b/.github/workflows/OpenSSL_versions.yml index 7efef67..02c8810 100644 --- a/.github/workflows/OpenSSL_versions.yml +++ b/.github/workflows/OpenSSL_versions.yml @@ -21,7 +21,7 @@ jobs: cd openssl ./config --banner=Configured --debug --strict-warnings --prefix=/usr/local/${{ matrix.branch }} shared zlib make -s -j4 - sudo make install + sudo make install_sw install_ssldirs cd .. echo "OPENSSL_DIR=/usr/local/${{ matrix.branch }}" >> $GITHUB_ENV