From 44c5ed7d1f0a6cbdc26a9dd83f27fd7f14fa8c3c 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:05:12 +0000 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c1f21c..98850c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,7 @@ jobs: - name: build run: | git lfs install + git config --list git lfs pull # - uses: actions/setup-python@v5 # with: