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'