From ccf0a5bce74abc921491ef2590eca45cd4a15776 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sun, 2 Apr 2023 22:48:07 +0200 Subject: [PATCH] Update build.yml --- .gitea/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b1ff797..23a9f66 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,6 +13,11 @@ jobs: container: image: barichello/godot-ci:3.3.4 steps: + - name: Setting Up Packages + run: | + apt update + apt upgrade + apt install nodejs - name: Checkout uses: https://github.com/actions/checkout@v2 with: