projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6b34b3
)
CI: Fix installation of OpenSSL on CentOS and AlmaLinux.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 20 Jul 2021 22:01:06 +0000
(
00:01
+0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 20 Jul 2021 22:01:06 +0000
(
00:01
+0200)
.github/workflows/test.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index
6c6323c
..
b5df06b
100644
(file)
--- a/
.github/workflows/test.yml
+++ b/
.github/workflows/test.yml
@@
-132,7
+132,7
@@
jobs:
yum install -y epel-release
yum install -y git binutils make autoconf automake gcc diffutils \
texinfo netcat procps socat {lzo,zlib,lz4,ncurses,readline}-devel
- yum install
openssl11-devel || yum install
openssl-devel
+ yum install
-y openssl11-devel || yum install -y
openssl-devel
if: startsWith(matrix.os, 'centos') || startsWith(matrix.os, 'alma')
- name: Install deps (SUSE)