add openssl
Some checks failed
Build & Test / build-run (push) Failing after 16s

This commit is contained in:
Kio 2025-02-03 22:16:03 +00:00
parent 764529f36b
commit 93f8ba4226

View file

@ -9,7 +9,7 @@ jobs:
image: alpine
steps:
- name: Get Dependancies
run: apk add rust deno git nodejs cargo pkgconfig
run: apk add rust deno git nodejs cargo pkgconfig openssl
- name: Checkout repo
uses: actions/checkout@v4
with: