From c293fd4072e8831afaa68f7f296affb20417ac3a Mon Sep 17 00:00:00 2001 From: Zaytha Date: Sun, 6 Jul 2025 06:24:51 -0700 Subject: [PATCH] adding git lfs --- .gitea/workflows/godot-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 26cf5e4..33aceff 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -92,12 +92,12 @@ jobs: steps: # Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future # By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4 - - name: Install node.js and git + - name: Install node.js and git run: | apt-get update apt-get install -y curl curl -fsSL https://deb.nodesource.com/setup_18.x | bash - - apt-get install -y nodejs git + apt-get install -y nodejs git git-lfs - name: Checkout uses: https://gitea.com/actions/checkout@v4 with: