Change explicit install of Rust/Cargo to rustup
Some checks failed
Build & Test / build-run (push) Failing after 1s

This commit is contained in:
Kio 2025-02-03 22:21:31 +00:00
parent 3fad4f8d6e
commit aa3e1ab526

View file

@ -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: