From 76324f509071c91f402e6d8b25f6afa9e70f17dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 28 Feb 2025 02:02:10 +0800 Subject: [PATCH] ci: update --- .github/workflows/checksums.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checksums.yml b/.github/workflows/checksums.yml index d2ee2be..962bb0b 100644 --- a/.github/workflows/checksums.yml +++ b/.github/workflows/checksums.yml @@ -17,6 +17,7 @@ jobs: git clone --depth 1 ${{ github.server_url }}/${{ github.repository }}.git /tmp/repo cd /tmp/repo git checkout ${{ github.ref_name }} + git config lfs.${{ github.server_url }}/${{ github.repository }}.git/info/lfs.locksverify true git lfs install --local git lfs pull IFS=$'\n'