automate the install
Some checks failed
Build & Test / build-run (push) Failing after 32s

This commit is contained in:
Kio 2025-02-03 22:23:06 +00:00
parent 079b91a6c1
commit b4c70c0d16

View file

@ -11,7 +11,7 @@ jobs:
- name: Get Dependancies - name: Get Dependancies
run: apk add rustup deno git nodejs pkgconfig openssl openssl-dev run: apk add rustup deno git nodejs pkgconfig openssl openssl-dev
- name: Install Rust - name: Install Rust
run: /usr/bin/rustup-init run: /usr/bin/rustup-init -y
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: