Updated workflow
Some checks failed
Build / Build (push) Failing after 34s

This commit is contained in:
2026-02-13 21:23:32 +01:00
parent 2987a3c88e
commit f82ee15f52

View File

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