summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-09-08 18:51:39 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-09-08 18:51:39 +1000
commit79f1bb5f56cef3ae9276207316345b8309248478 (patch)
treefa2edcab01df4da5c60a304e86c0c5487a535f30
parentb6255593ed5ccbe5e7d3d4b26b2ad31ad4afc232 (diff)
Correct OpenSSL 1.1.1 stable identifier.
-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 81d214ef..c8b11087 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 }