mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
Run apt update before apt install
This commit is contained in:
parent
eda411ed9d
commit
be4c5bb2d3
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user