mirror of
https://github.com/curl/curl.git
synced 2026-06-02 02:44:35 +03:00
quiche: fix build error with --with-ca-fallback
- Fix build error when curl is built with --with-quiche and --with-ca-fallback. - Add --with-ca-fallback to the quiche CI job. Fixes https://github.com/curl/curl/issues/11850 Closes https://github.com/curl/curl/pull/11847
This commit is contained in:
parent
7a2421dbb7
commit
267e14f1ba
2 changed files with 2 additions and 1 deletions
1
.github/workflows/quiche-linux.yml
vendored
1
.github/workflows/quiche-linux.yml
vendored
|
|
@ -72,6 +72,7 @@ jobs:
|
|||
--enable-debug
|
||||
--with-quiche=/home/runner/quiche/target/release
|
||||
--with-test-nghttpx="$HOME/nghttpx/bin/nghttpx"
|
||||
--with-ca-fallback
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue