]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Correct OpenSSL 1.1.1 stable identifier.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 8 Sep 2021 08:51:39 +0000 (18:51 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 8 Sep 2021 08:51:39 +0000 (18:51 +1000)
.github/workflows/c-cpp.yml

index 81d214efc4035189433049fdcbb928c44092f02f..c8b11087ec303834a9d9156e3ef764db7d2f3a2e 100644 (file)
@@ -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 }