From 5715e3a7b295a11926c4ee086347d656a0199371 Mon Sep 17 00:00:00 2001 From: Balazs Toldi Date: Wed, 4 Dec 2024 11:29:14 +0100 Subject: [PATCH] Added openssl Signed-off-by: Balazs Toldi --- .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 fdf1931..85871e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: image: alpine steps: - name: Install Dependencies - run: apk add nodejs git kubectl curl bash + run: apk add nodejs git kubectl curl bash openssl - name: Download mods Artifact uses: actions/download-artifact@v3 with: