add cargo
Some checks failed
Build & Test / build-run (push) Failing after 17s

This commit is contained in:
Kio 2025-02-03 22:14:18 +00:00
parent 7aa1b483e1
commit b2cbd4cc5d

View file

@ -9,7 +9,7 @@ jobs:
image: alpine
steps:
- name: Get Dependancies
run: apk add rust deno git nodejs
run: apk add rust deno git nodejs cargo
- name: Checkout repo
uses: actions/checkout@v4
with: