ci: test
Some checks failed
Generate Checksums / checksums (push) Failing after 3s

This commit is contained in:
耗子 2025-02-28 01:29:26 +08:00
parent 40f5e706d9
commit b3e7b8adaf
Signed by: haozi
GPG Key ID: C964D7226D045DAA

View File

@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate checksums
run: |
ping git.haozi.net -c 4
set -e
git lfs install --local
git remote set-url origin "https://ci:${{ secrets.CI_PASSWORD }}@${{ github.server_url }}/${{ github.repository }}"