From 9f5e6115e95e2b671155ea1271a57024c77b8cba Mon Sep 17 00:00:00 2001 From: kio Date: Mon, 3 Feb 2025 22:41:02 +0000 Subject: [PATCH] openssl-libs-static --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index ff57306..20e3898 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: image: alpine steps: - name: Get Dependancies - run: apk add --no-cache musl-dev curl gcc deno git nodejs pkgconfig openssl openssl-dev + run: apk add --no-cache musl-dev curl gcc deno git nodejs pkgconfig openssl openssl-dev openssl-libs-static - name: download Rustup run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly - name: configure new path