mirror of
https://github.com/curl/curl.git
synced 2026-07-29 00:03:12 +03:00
CI: remove configure --enable-headers-api flags
This commit is contained in:
parent
4d94fac9f0
commit
07a400c8e0
10 changed files with 13 additions and 13 deletions
2
.github/workflows/nss.yml
vendored
2
.github/workflows/nss.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
build:
|
||||
- name: NSS
|
||||
install: clang-9 libnss3-dev libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem
|
||||
configure: CC=clang-9 CPPFLAGS="-isystem /usr/include/nss" --with-nss --enable-debug --with-nss-deprecated --enable-headers-api
|
||||
configure: CC=clang-9 CPPFLAGS="-isystem /usr/include/nss" --with-nss --enable-debug --with-nss-deprecated
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue