fix: ci
All checks were successful
CI / Deploy (push) Successful in 4s

This commit is contained in:
洛天依 2025-01-21 21:22:27 +00:00
parent 8018f6abbd
commit 6fb560cedf
Signed by: luo
SSH Key Fingerprint: SHA256:V1KdsvGUpiKVfrJo1oHrAPnc/Z6k/6xgaZN7iTbYBl4

View File

@ -13,8 +13,7 @@ jobs:
steps:
- name: build
run: |
git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }}
cd ${{ github.repository.name }}
git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }} .
git lfs install
git lfs pull
# - uses: actions/setup-python@v5