From b9f14cb830a32ceeeabd9b1344e019024bfd2410 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 12:22:06 +0200 Subject: [PATCH] zedqzdqd --- .gitea/workflows/linux.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 282ef45..8c41d8f 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -12,6 +12,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 + - name: Setup node + uses: actions/setup-node@v3 + - name: Prepare Xmake uses: xmake-io/github-action-setup-xmake@v1 with: