Skip to content

Commit

Permalink
Githubaction: Cento7: Install OpenSSL 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 28, 2024
1 parent 59ac96c commit 5bc8a1b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build_centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +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: install OpenSSL
run: |
curl -o openssl.tar.gz https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
ls
tar xfz openssl.tar.gz
ls
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: |
Expand Down

0 comments on commit 5bc8a1b

Please sign in to comment.