Change explicit install of Rust/Cargo to rustup
Some checks failed
Build & Test / build-run (push) Failing after 1s
Some checks failed
Build & Test / build-run (push) Failing after 1s
This commit is contained in:
parent
3fad4f8d6e
commit
aa3e1ab526
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ jobs:
|
|||
image: alpine
|
||||
steps:
|
||||
- name: Get Dependancies
|
||||
run: apk add rust deno git nodejs cargo pkgconfig openssl openssl-dev
|
||||
run: apk add rustup deno git nodejs pkgconfig openssl openssl-dev
|
||||
- name: Install Rust
|
||||
- run: /usr/bin/rustup-init
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue