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:
Daniel Stenberg 2024-01-08 16:49:21 +01:00
parent 2998874bb6
commit d18811b52b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 28 additions and 23 deletions

View file

@ -68,7 +68,7 @@ jobs:
steps:
- run: |
sudo apt-get update
sudo apt-get install libtool autoconf automake pkg-config stunnel4 ${{ matrix.build.install }}
sudo apt-get install libtool autoconf automake pkg-config stunnel4 libpsl-dev ${{ matrix.build.install }}
sudo python3 -m pip install impacket
name: 'install prereqs and impacket'