mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:53:32 +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/awslc.yml
vendored
2
.github/workflows/awslc.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
steps:
|
||||
- run: |
|
||||
sudo apt-get update --yes
|
||||
sudo apt-get install --yes libtool autoconf automake pkg-config stunnel4
|
||||
sudo apt-get install --yes libtool autoconf automake pkg-config stunnel4 libpsl-dev
|
||||
# ensure we don't pick up openssl in this build
|
||||
sudo apt remove --yes libssl-dev
|
||||
sudo python3 -m pip install impacket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue