mirror of
https://github.com/curl/curl.git
synced 2026-06-06 05:14:15 +03:00
CI: install libpsl or configure --without-libpsl in builds
As a follow-up to the stricted libpsl check in configure
This commit is contained in:
parent
2998874bb6
commit
d18811b52b
9 changed files with 28 additions and 23 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -154,7 +154,7 @@ jobs:
|
|||
singleuse: --unit
|
||||
|
||||
- name: rustls
|
||||
install_steps: rust rustls pytest valgrind
|
||||
install_steps: rust rustls pytest valgrind libpsl-dev
|
||||
configure: --with-rustls=$HOME/rustls --enable-debug
|
||||
singleuse: --unit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue