From 518cf8ddd237c7ac7ed423f931f736964356d208 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Sat, 15 Mar 2025 22:26:17 -0400 Subject: [PATCH] add openssl-dev --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9e9387c..29e2938 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,7 +6,7 @@ jobs: container: alpine:latest steps: - name: Install dependencies - run: apk add git nodejs openssh rust cargo alpine-sdk openssl + run: apk add git nodejs openssh rust cargo alpine-sdk openssl-dev - name: Install ringfairy run: | git clone https://github.com/k3rs3d/ringfairy.git