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

This commit is contained in:
Kio 2025-02-03 22:37:46 +00:00
parent 563462c1c5
commit 22bbbf0955

View file

@ -9,7 +9,7 @@ jobs:
image: alpine
steps:
- name: Get Dependancies
run: apk add 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
- name: download Rustup
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- name: configure new path