GHA: add NTLM to more builds

This commit is contained in:
Daniel Stenberg 2026-02-24 08:35:28 +01:00
parent bb5522afb3
commit 98b839d712
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 12 additions and 8 deletions

View file

@ -224,7 +224,7 @@ jobs:
- name: 'openssl !ipv6 !--libcurl !--digest-auth'
image: ubuntu-24.04-arm
configure: --with-openssl --disable-ipv6 --enable-debug --disable-unity --disable-libcurl-option --disable-digest-auth
configure: --with-openssl --disable-ipv6 --enable-debug --disable-unity --disable-libcurl-option --disable-digest-auth --enable-ntlm
- name: 'openssl https-only'
image: ubuntu-24.04-arm