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