Skip to content

Commit

Permalink
Merge pull request #2668 from Geod24/fix
Browse files Browse the repository at this point in the history
OpenSSL CI: Use plain install command
  • Loading branch information
Geod24 authored Jun 7, 2022
2 parents 124458b + c6ee03a commit 8458bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
tar -xf download.tar.gz
pushd openssl-${{ matrix.openssl.version }}/
./config --prefix=${{ github.workspace }}/openssl/install/
make install_sw
make install
echo "OpenSSL ${{ matrix.openssl.version }} has been installed in: ${{ github.workspace }}/openssl/install/"
# The previous job was separated to avoid a build once per matrix row,
# as opposed to once per platform / version as we want.
Expand Down

0 comments on commit 8458bbc

Please sign in to comment.