diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-03-15 22:26:17 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-03-15 22:26:17 -0400 |
| commit | 518cf8ddd237c7ac7ed423f931f736964356d208 (patch) | |
| tree | 9b07b7f2cde6f020a2cc5b6420b6806f5038f08e /.gitea/workflows/deploy.yaml | |
| parent | d4b94797a5895ec0c76e0e317a637786ef48f58a (diff) | |
add openssl-dev
Diffstat (limited to '.gitea/workflows/deploy.yaml')
| -rw-r--r-- | .gitea/workflows/deploy.yaml | 2 |
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 |
