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: