From 9eac24139256226af57a0e2af5e395a8123853ba Mon Sep 17 00:00:00 2001 From: a601287411 <601287411@qq.com> Date: Wed, 29 Mar 2023 20:32:59 +0800 Subject: [PATCH] fix git lfs --- .gitea/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c291ac5..ccb5a77 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,8 +14,11 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - - name: Git LFS - run: echo "TODO git lfs" + name: Setup Git LFS + run: | + git lfs install + git lfs fetch + git lfs checkout - name: List files in the repository run: | ls ${{ github.workspace }}