From adca6a92e3b482a32e183f48b288d10d0c6c51dd Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Mon, 4 Nov 2024 16:41:44 +0100 Subject: [PATCH] try to fix openssl packaging v4 Signed-off-by: Matthias Gatto --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7fc2f6..2713b24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: install dependancies run: | sudo apt-get update --fix-missing - sudo apt-get install -y -f -o Acquire::Retries=3 pkg-config libssl-dev + sudo apt-get install -y -f -o Acquire::Retries=3 pkg-config libssl-dev perl - uses: actions/checkout@master - name: Compile and release uses: rust-build/rust-build.action@v1.4.4