diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f1bc9f88..16ebeab7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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