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

This commit is contained in:
Kio 2025-02-03 22:17:16 +00:00
parent 93f8ba4226
commit 3fad4f8d6e

View file

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