From a9bcf8c95ba334b694ac24b20c85c1aedd50e37c Mon Sep 17 00:00:00 2001 From: Erki Date: Tue, 1 Oct 2024 21:36:49 +0300 Subject: [PATCH] Fix LFS files not being pulled in the build --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2f3c663..1b89f12 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,6 +8,8 @@ jobs: if: gitea.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4 + with: + lfs: true - name: Setup Docker Buildx uses: docker/setup-buildx-action@v3