diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index ff57306..20e3898 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: image: alpine steps: - 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 run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly - name: configure new path