ci: update
Some checks failed
Generate Checksums / checksums (push) Failing after 0s

This commit is contained in:
耗子 2025-02-28 01:44:34 +08:00
parent 6513f6772d
commit d6f3ed1b74
Signed by: haozi
GPG Key ID: C964D7226D045DAA

View File

@ -13,7 +13,7 @@ jobs:
- name: Generate checksums - name: Generate checksums
run: | run: |
set -e set -e
git clone ${{ 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 }} git checkout ${{ github.ref }}
git lfs install --local git lfs install --local