]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Test against OpenSSL 1.1.0h instead of 1.1.0g.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 27 Apr 2021 04:22:20 +0000 (14:22 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 27 Apr 2021 04:22:20 +0000 (14:22 +1000)
1.1.0g requires a perl glob module that's not installed by default.

.github/workflows/c-cpp.yml

index 29c3cd630e47ae55e2b06cb0cbcb894a3afbc155..a8234ab8a14fdfba778d21b2349bbe21e8fa660e 100644 (file)
@@ -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 }