From 1fbf1027ebc0fadf19e55e83bb8648ac7f30272b Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Thu, 26 Dec 2024 15:42:13 +0300 Subject: [PATCH] try2 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 07b48d6..9402ddc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,8 +31,8 @@ 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 fetch origin refs/heads/${{ github.head_ref || github.ref_name }} git lfs checkout - name: Use ssh key uses: webfactory/ssh-agent@v0.9.0