This commit is contained in:
parent
22bbbf0955
commit
9f5e6115e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue