Skip to content

Commit

Permalink
Update openssl level to that used by Ubuntu Pro 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarnk authored Sep 12, 2024
1 parent 2aeadd3 commit c2c2bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install OpenSSL FIPS
run: |
git clone https://github.com/openssl/openssl && cd openssl
git checkout openssl-3.0
git checkout openssl-3.0.2
sudo apt update && sudo apt install build-essential -y
./Configure enable-fips && make && sudo make install && sudo make install_fips
- name: Setup OpenSSL configuration
Expand Down

0 comments on commit c2c2bbb

Please sign in to comment.