summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-09-08 21:09:49 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-09-08 21:09:49 +1000
commitc4565e69ffa2485cff715aa842ea7a350296bfb6 (patch)
tree85f585167388e930b0f479218f64bbcf48ddece2
parent79f1bb5f56cef3ae9276207316345b8309248478 (diff)
Really fix test on OpenSSL 1.1.1 stable.
-rwxr-xr-x.github/setup_ci.sh1
-rw-r--r--.github/workflows/c-cpp.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 70a444e4..c56dfc46 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -54,6 +54,7 @@ for TARGET in $TARGETS; do
openssl-*)
INSTALL_OPENSSL=$(echo ${TARGET} | cut -f2 -d-)
case ${INSTALL_OPENSSL} in
+ 1.1.1_stable) INSTALL_OPENSSL="OpenSSL_1_1_1-stable" ;;
1.*) INSTALL_OPENSSL="OpenSSL_$(echo ${INSTALL_OPENSSL} | tr . _)" ;;
3.*) INSTALL_OPENSSL="openssl-${INSTALL_OPENSSL}" ;;
esac
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index c8b11087..84e680dd 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -41,7 +41,7 @@ jobs:
- { os: ubuntu-latest, configs: openssl-1.1.1 }
- { os: ubuntu-latest, configs: openssl-1.1.1k }
- { os: ubuntu-latest, configs: openssl-3.0.0 }
- - { os: ubuntu-latest, configs: openssl-1_1_1-stable } # stable branch
+ - { os: ubuntu-latest, configs: openssl-1.1.1_stable } # stable branch
- { os: ubuntu-latest, configs: openssl-3.0 } # stable branch
- { os: ubuntu-18.04, configs: pam }
- { os: ubuntu-18.04, configs: kerberos5 }