From 7cc2017495adebbbcc826a95f07f11ad85dbe7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E5=A4=A9=E4=BE=9D?= Date: Tue, 21 Jan 2025 21:01:18 +0000 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18b4f62..8c1f21c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,9 +12,10 @@ jobs: ACTIONS_STEP_DEBUG: true steps: - uses: actions/checkout@v4 - with: - persist-credentials: true - lfs: true + - name: build + run: | + git lfs install + git lfs pull # - uses: actions/setup-python@v5 # with: # python-version: '3.12'