Enable long paths for submodules

This commit is contained in:
Dan Paulat 2023-01-25 00:30:53 -06:00
parent 4309fbf2f2
commit 5e537e8c4d

View file

@ -35,6 +35,9 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Setup
run: git config --global core.longpaths true
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with: