Skip to content

Commit

Permalink
Update OpenSSL_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 authored Jan 22, 2025
1 parent dbe13fe commit 62095f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 62095f0

Please sign in to comment.