Skip to content

Commit c7cb48f

Browse files
committed
Githubaction: Cento7: Install OpenSSL 1.1
1 parent 59ac96c commit c7cb48f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/build_centos.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@ jobs:
3232
3333
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
3434
35-
yum install -y checksec procps-ng jq file which curl
35+
yum -y install checksec procps-ng jq file which curl wget
3636
37-
# - name: install OpenSSL
38-
# run: |
39-
# OPENSSL_VERSION=3.3.2
40-
# curl -o openssl.tar.gz https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz
41-
# tar xfz openssl.tar.gz
42-
# cd openssl
43-
# ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl '-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
37+
- name: install OpenSSL
38+
run: |
39+
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
40+
ls
41+
tar xfz openssl-1.1.1w.tar.gz
42+
ls
43+
cd openssl-1.1.1w
44+
./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl '-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
4445
4546
- name: clone the Yubico/yubihsm-shell repository
4647
run: |

0 commit comments

Comments
 (0)