ci: update

This commit is contained in:
耗子 2025-02-28 02:02:10 +08:00
parent 8ff32aef2f
commit 76324f5090
Signed by: haozi
GPG Key ID: C964D7226D045DAA

View File

@ -17,6 +17,7 @@ jobs:
git clone --depth 1 ${{ github.server_url }}/${{ github.repository }}.git /tmp/repo git clone --depth 1 ${{ github.server_url }}/${{ github.repository }}.git /tmp/repo
cd /tmp/repo cd /tmp/repo
git checkout ${{ github.ref_name }} git checkout ${{ github.ref_name }}
git config lfs.${{ github.server_url }}/${{ github.repository }}.git/info/lfs.locksverify true
git lfs install --local git lfs install --local
git lfs pull git lfs pull
IFS=$'\n' IFS=$'\n'