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 20, 2025
1 parent 4853603 commit 83e648f
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 @@ -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
Expand Down

0 comments on commit 83e648f

Please sign in to comment.