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 }}