aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows/deploy.yaml
diff options
context:
space:
mode:
authorSilas Bartha <silas@soaos.dev>2025-03-15 22:21:17 -0400
committerSilas Bartha <silas@soaos.dev>2025-03-15 22:21:17 -0400
commitd4b94797a5895ec0c76e0e317a637786ef48f58a (patch)
tree7f494de393026011d849142dbe51787fa835c523 /.gitea/workflows/deploy.yaml
parent74cb0ea4dac78e01e24d1ebb1c7261583a4ed2d5 (diff)
add openssl
Diffstat (limited to '.gitea/workflows/deploy.yaml')
-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 7b6b1fe..9e9387c 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
+ run: apk add git nodejs openssh rust cargo alpine-sdk openssl
- name: Install ringfairy
run: |
git clone https://github.com/k3rs3d/ringfairy.git