diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-09-08 10:51:39 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-09-08 10:51:39 +0200 |
commit | 79f1bb5f56cef3ae9276207316345b8309248478 (patch) | |
tree | fa2edcab01df4da5c60a304e86c0c5487a535f30 | |
parent | Increment nfds when coming from startup_pipe. (diff) | |
download | openssh-79f1bb5f56cef3ae9276207316345b8309248478.tar.xz openssh-79f1bb5f56cef3ae9276207316345b8309248478.zip |
Correct OpenSSL 1.1.1 stable identifier.
-rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |