Run apt update before apt install

This commit is contained in:
Fabrice Reix 2021-07-24 09:49:58 +02:00
parent eda411ed9d
commit be4c5bb2d3

View File

@ -28,6 +28,7 @@ jobs:
run: |
ci/man.sh
# Install libcurl dev so that hurl can be built dynamically with libcurl
sudo apt update
sudo apt install libcurl4-openssl-dev
ci/release.sh
ci/create_tarball.sh linux