openssl-libs-static
All checks were successful
Build & Test / build-run (push) Successful in 58s

This commit is contained in:
Kio 2025-02-03 22:41:02 +00:00
parent 22bbbf0955
commit 9f5e6115e9

View file

@ -9,7 +9,7 @@ jobs:
image: alpine image: alpine
steps: steps:
- name: Get Dependancies - name: Get Dependancies
run: apk add --no-cache musl-dev curl gcc deno git nodejs pkgconfig openssl openssl-dev run: apk add --no-cache musl-dev curl gcc deno git nodejs pkgconfig openssl openssl-dev openssl-libs-static
- name: download Rustup - name: download Rustup
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- name: configure new path - name: configure new path