Skip to content

Commit

Permalink
Githubactions: CentOS7: Install OpenSSL 1.1 from source
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 28, 2024
1 parent eb6a969 commit 49762ab
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ jobs:
- name: install OpenSSL
run: |
#wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
#tar xfz openssl-1.1.1w.tar.gz
#cd openssl-1.1.1w
wget https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz
tar xfz openssl-3.3.2.tar.gz
cd openssl-3.3.2
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
tar xfz openssl-1.1.1w.tar.gz
cd openssl-1.1.1w
./config --prefix=$GITHUB_WORKSPACE/openssl --openssldir=$GITHUB_WORKSPACE/openssl
make
make install
Expand Down

0 comments on commit 49762ab

Please sign in to comment.