aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilas Bartha <silas@soaos.dev>2025-03-15 22:26:17 -0400
committerSilas Bartha <silas@soaos.dev>2025-03-15 22:26:17 -0400
commit518cf8ddd237c7ac7ed423f931f736964356d208 (patch)
tree9b07b7f2cde6f020a2cc5b6420b6806f5038f08e
parentd4b94797a5895ec0c76e0e317a637786ef48f58a (diff)
add openssl-dev
-rw-r--r--.gitea/workflows/deploy.yaml2
1 files changed, 1 insertions, 1 deletions
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