Updated CI
All checks were successful
Build / Build (push) Successful in 24s

This commit is contained in:
2026-02-22 17:48:09 +01:00
parent d76fb6169c
commit 14b9087331
2 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ jobs:
container: devkitpro/devkitarm:latest
steps:
- name: Install dependencies
run: apt-get update && apt-get install -y nodejs
- name: Checkout latest code
uses: actions/checkout@v5
with: