Skip to content

Commit

Permalink
Githubaction: Cento7: Install OpenSSL from source
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 27, 2024
1 parent 24e5bc4 commit 3bec554
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
yum install -y checksec procps-ng jq file which curl
- name: install OpenSSL
run: |
OPENSSL_VERSION=3.3.2
curl -o openssl.tar.gz https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz
tar xfz openssl.tar.gz
cd openssl
./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl '-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
- name: clone the Yubico/yubihsm-shell repository
run: |
yum -y install git
Expand Down

0 comments on commit 3bec554

Please sign in to comment.