From 1635528802c0909f6fee6ca47c838f9ab8320165 Mon Sep 17 00:00:00 2001 From: Tanishq Dubey Date: Sun, 16 Jun 2024 10:55:51 -0400 Subject: [PATCH] add node for checkout I guess --- .gitea/workflows/run_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/run_build.yaml b/.gitea/workflows/run_build.yaml index 9007f19..8d380d7 100644 --- a/.gitea/workflows/run_build.yaml +++ b/.gitea/workflows/run_build.yaml @@ -8,7 +8,7 @@ jobs: image: ubuntu:latest steps: - name: Install things - run: apt update && apt install --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils + run: apt update && apt install --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils nodejs - name: Check out repository code uses: actions/checkout@v4 - name: Run ls