Install libcurl to make it available in the CI builds
It's not installed by default at least on GitHub Actions images.
This commit is contained in:
parent
5e3464fcd6
commit
f31a064848
@ -37,7 +37,7 @@ case $(uname -s) in
|
||||
libglu1-mesa-dev"
|
||||
esac
|
||||
|
||||
extra_deps="$extra_deps libsecret-1-dev libnotify-dev"
|
||||
extra_deps="$extra_deps libcurl4-openssl-dev libsecret-1-dev libnotify-dev"
|
||||
for pkg in $extra_deps; do
|
||||
if $(apt-cache pkgnames | grep -q $pkg) ; then
|
||||
pkg_install="$pkg_install $pkg"
|
||||
|
Loading…
Reference in New Issue
Block a user