mirror of
https://github.com/curl/curl.git
synced 2026-07-25 09:07:54 +03:00
parent
e3302eb5bb
commit
4c61a8e8f4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
|
@ -101,8 +101,8 @@ jobs:
|
|||
configure: CC=icc --enable-debug --with-openssl
|
||||
|
||||
- name: NSS
|
||||
install_packages: 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
|
||||
install_packages: clang libnss3-dev libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem
|
||||
configure: CC=clang 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