From 90cec27718ea8b358a2345c96fed5df663e5a19e Mon Sep 17 00:00:00 2001 From: Refringe Date: Wed, 10 Apr 2024 16:07:30 -0400 Subject: [PATCH] Uses Image With LFS For Test Workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently you need LFS to run LFS. 🤦‍ --- .gitea/workflows/run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/run-tests.yaml b/.gitea/workflows/run-tests.yaml index 766f922a..f8e52b42 100644 --- a/.gitea/workflows/run-tests.yaml +++ b/.gitea/workflows/run-tests.yaml @@ -10,7 +10,7 @@ jobs: trigger-main-build: runs-on: ubuntu-latest container: - image: node:20.11.1-bookworm + image: refringe/spt-build-node:1.0.7 steps: - uses: actions/checkout@v3 with: