From d63faeb0de6f82879188657e0b77344c8d2f85b8 Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Thu, 2 Nov 2023 18:34:08 +0100 Subject: [PATCH] [TEST] Apparently *checking-out* requires Node.JS? --- .gitea/workflows/test-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-push.yaml b/.gitea/workflows/test-push.yaml index e1326d3..402d943 100644 --- a/.gitea/workflows/test-push.yaml +++ b/.gitea/workflows/test-push.yaml @@ -10,7 +10,7 @@ jobs: steps: # Checks out Telodendria, and setups a basic build environment. - name: Checking out Telodendria - uses: actions/checkout@v4 + uses: actions/checkout - run: "Setting up basic environment" - name: Setup build environment