Skip to content

Commit

Permalink
.github: enable long checkout paths on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jul 23, 2024
1 parent b8e9504 commit 33e489d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Enable long paths on git checkouts
run: git config --global core.longpaths true

- uses: actions/checkout@v4
with:
submodules: 'true'
Expand Down

0 comments on commit 33e489d

Please sign in to comment.