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:
Vadim Zeitlin 2021-01-28 00:04:39 +01:00
parent 5e3464fcd6
commit f31a064848

View File

@ -37,7 +37,7 @@ case $(uname -s) in
libglu1-mesa-dev" libglu1-mesa-dev"
esac 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 for pkg in $extra_deps; do
if $(apt-cache pkgnames | grep -q $pkg) ; then if $(apt-cache pkgnames | grep -q $pkg) ; then
pkg_install="$pkg_install $pkg" pkg_install="$pkg_install $pkg"