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 ed52515
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build_centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@ jobs:
yum -y install gcc gcc-c++ cmake gengetopt openssl openssl-devel libedit-devel libcurl-devel libusbx-devel pcsc-lite-devel help2man chrpath rpm-build redhat-rpm-config
yum install -y checksec procps-ng jq file which curl
yum -y install checksec procps-ng jq file which curl wget
# - 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: |
wget -o openssl.tar.gz https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
ls
tar xf 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 ed52515

Please sign in to comment.