mirror of
https://github.com/curl/curl.git
synced 2026-06-14 16:55:38 +03:00
try fixing gnutls builds more
``` -- Checking for module 'gnutls' -- Package 'p11-kit-1', required by 'gnutls', not found ``` https://github.com/curl/curl/actions/runs/17609591155/job/50028459850?pr=18509
This commit is contained in:
parent
642d57578e
commit
3d67e70516
1 changed files with 2 additions and 2 deletions
4
.github/workflows/http3-linux.yml
vendored
4
.github/workflows/http3-linux.yml
vendored
|
|
@ -462,7 +462,7 @@ jobs:
|
|||
-DUSE_NGTCP2=ON -DCURL_DISABLE_NTLM=ON
|
||||
|
||||
- name: 'gnutls'
|
||||
install_packages: nettle-dev
|
||||
install_packages: nettle-dev libp11-kit-dev
|
||||
install_steps: skipall
|
||||
PKG_CONFIG_PATH: /home/runner/gnutls/build/lib/pkgconfig:/home/runner/nghttp3/build/lib/pkgconfig:/home/runner/ngtcp2/build/lib/pkgconfig:/home/runner/nghttp2/build/lib/pkgconfig
|
||||
configure: >-
|
||||
|
|
@ -471,7 +471,7 @@ jobs:
|
|||
--with-gnutls=/home/runner/gnutls/build --enable-ssls-export
|
||||
|
||||
- name: 'gnutls'
|
||||
install_packages: nettle-dev
|
||||
install_packages: nettle-dev libp11-kit-dev
|
||||
PKG_CONFIG_PATH: /home/runner/gnutls/build/lib/pkgconfig:/home/runner/nghttp3/build/lib/pkgconfig:/home/runner/ngtcp2/build/lib/pkgconfig:/home/runner/nghttp2/build/lib/pkgconfig
|
||||
generate: >-
|
||||
-DCURL_USE_GNUTLS=ON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue