From 5e537e8c4d0626076eac7c78db9608d172a711ed Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Wed, 25 Jan 2023 00:30:53 -0600 Subject: [PATCH] Enable long paths for submodules --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2acb72a..f40ab529 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,9 @@ jobs: runs-on: ${{ matrix.os }} steps: + - name: Setup + run: git config --global core.longpaths true + - name: Checkout uses: actions/checkout@v3 with: