summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-04-27 14:22:20 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-04-27 14:22:20 +1000
commit1b8108ebd12fc4ed0fb39ef94c5ba122558ac373 (patch)
treeda0050dc21bf0a34cb0e75da32f837c8b715b09f
parent9bc20efd39ce8525be33df3ee009f5a4564224f1 (diff)
downloadopenssh-git-1b8108ebd12fc4ed0fb39ef94c5ba122558ac373.tar.gz
Test against OpenSSL 1.1.0h instead of 1.1.0g.
1.1.0g requires a perl glob module that's not installed by default.
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 29c3cd63..a8234ab8 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -37,7 +37,7 @@ jobs:
- { os: ubuntu-latest, configs: openssl-1.0.1 }
- { os: ubuntu-latest, configs: openssl-1.0.1u }
- { os: ubuntu-latest, configs: openssl-1.0.2u }
- - { os: ubuntu-latest, configs: openssl-1.1.0g }
+ - { os: ubuntu-latest, configs: openssl-1.1.0h }
- { os: ubuntu-latest, configs: openssl-1.1.1 }
- { os: ubuntu-latest, configs: openssl-1.1.1k }
- { os: ubuntu-18.04, configs: pam }