add openssl-dev
Some checks failed
Deploying Static Site / Build (push) Failing after 33m52s

This commit is contained in:
Silas Bartha 2025-03-15 22:26:17 -04:00
parent d4b94797a5
commit 518cf8ddd2
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -6,7 +6,7 @@ jobs:
container: alpine:latest container: alpine:latest
steps: steps:
- name: Install dependencies - 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 - name: Install ringfairy
run: | run: |
git clone https://github.com/k3rs3d/ringfairy.git git clone https://github.com/k3rs3d/ringfairy.git