From f82ee15f52ade7e5bbf854566a4921e44171a54f Mon Sep 17 00:00:00 2001 From: niklascfw Date: Fri, 13 Feb 2026 21:23:32 +0100 Subject: [PATCH] Updated workflow --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bbc5a6..7f9d374 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: