From: Darren Tucker Date: Wed, 8 Sep 2021 08:51:39 +0000 (+1000) Subject: Correct OpenSSL 1.1.1 stable identifier. X-Git-Tag: V_8_8_P1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f1bb5f56cef3ae9276207316345b8309248478;p=thirdparty%2Fopenssh-portable.git Correct OpenSSL 1.1.1 stable identifier. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 81d214efc..c8b11087e 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 }