fix: ci
Some checks failed
CI / Deploy (push) Failing after 41s

This commit is contained in:
洛天依 2025-01-21 21:01:18 +00:00
parent 05fd58ca7e
commit 7cc2017495
Signed by: luo
SSH Key Fingerprint: SHA256:V1KdsvGUpiKVfrJo1oHrAPnc/Z6k/6xgaZN7iTbYBl4

View File

@ -12,9 +12,10 @@ jobs:
ACTIONS_STEP_DEBUG: true ACTIONS_STEP_DEBUG: true
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: - name: build
persist-credentials: true run: |
lfs: true git lfs install
git lfs pull
# - uses: actions/setup-python@v5 # - uses: actions/setup-python@v5
# with: # with:
# python-version: '3.12' # python-version: '3.12'