summaryrefslogtreecommitdiffstats
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2023-03-24 05:02:52 +0100
committerDamien Miller <djm@mindrot.org>2023-03-24 05:39:48 +0100
commit021ea5c2860f133f44790970968e0e73208b3a87 (patch)
tree96f241670e17ae3af1e3f682b5727f978c6a8885 /.github/workflows/c-cpp.yml
parentBoringSSL doesn't support EC_POINT_point2bn() (diff)
downloadopenssh-021ea5c2860f133f44790970968e0e73208b3a87.tar.xz
openssh-021ea5c2860f133f44790970968e0e73208b3a87.zip
Github testing support for BoringSSL
Diffstat (limited to '')
-rw-r--r--.github/workflows/c-cpp.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index d299a3246..fbd62f83a 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -46,6 +46,7 @@ jobs:
- { target: ubuntu-20.04, config: hardenedmalloc }
- { target: ubuntu-20.04, config: tcmalloc }
- { target: ubuntu-20.04, config: musl }
+ - { target: ubuntu-latest, config: boringssl }
- { target: ubuntu-latest, config: libressl-master }
- { target: ubuntu-latest, config: libressl-3.2.6 }
- { target: ubuntu-latest, config: libressl-3.3.6 }