diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6133234..0793f42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,7 @@ jobs: - name: build run: | git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }} + cd ${{ github.repository.name }} git lfs install git lfs pull # - uses: actions/setup-python@v5