fix command
Some checks failed
Build & Test / build-run (push) Failing after 8s

This commit is contained in:
Kio 2025-02-03 22:13:04 +00:00
parent da6d60f94c
commit 72faa8901c

View file

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