From 1b4288ad53ab1639023a9cda21647e69b5d66b33 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Sat, 1 Feb 2025 14:00:46 +0300 Subject: [PATCH] update lfs --- .github/workflows/build.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 67dd02a..13195be 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,8 +23,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@master - with: - lfs: ${{ inputs.lfs }} - name: Checkout LFS if: ${{ inputs.lfs }} run: | @@ -35,10 +33,11 @@ jobs: /usr/bin/git config --local http.${UrlLfsBase}/.extraheader '' git config --local lfs.transfer.maxretries 1 - #git ls-remote - #git lfs fetch origin refs/heads/${{ github.head_ref || github.ref_name }} + git ls-remote git lfs checkout git lfs fetch + git lfs pull + #git lfs fetch origin refs/heads/${{ github.head_ref || github.ref_name }} - name: Use ssh key uses: webfactory/ssh-agent@v0.9.0 with: