From 85ff409a3b0be08ec3d2f3fe565755c45dfb0ab2 Mon Sep 17 00:00:00 2001 From: Erki Date: Tue, 1 Oct 2024 21:55:06 +0300 Subject: [PATCH] Maybe this will pull LFS files? --- .gitea/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1b89f12..c9dce73 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,10 @@ jobs: steps: - uses: actions/checkout@v4 with: - lfs: true + lfs: 'true' + - name: Checkout LFS files + uses: actions/checkout@v4 + - run: git lfs pull - name: Setup Docker Buildx uses: docker/setup-buildx-action@v3