diff options
author | Darren Tucker <dtucker@dtucker.net> | 2020-08-07 06:15:11 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-08-07 06:26:20 +0200 |
commit | 651bb3a31949bbdc3a78b2ede95a77bce0c72984 (patch) | |
tree | ade2d3a1b62c74ad400fb970033bea10d474105b /.github/workflows/c-cpp.yml | |
parent | Add CI with prepare script (diff) | |
download | openssh-651bb3a31949bbdc3a78b2ede95a77bce0c72984.tar.xz openssh-651bb3a31949bbdc3a78b2ede95a77bce0c72984.zip |
Add without-openssl without-zlib test target.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/c-cpp.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f18f05a8a..6ea16196b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -21,6 +21,7 @@ jobs: - "--with-security-key-builtin" - "--with-selinux" - "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux" + - "--without-openssl --without-zlib" steps: - uses: actions/checkout@v2 |