Skip to content

Commit

Permalink
fix: enable longpaths support for windows test (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed Jul 13, 2022
1 parent 8bbe503 commit 7336562
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
windows:
runs-on: windows-latest
steps:
- name: Support longpaths
run: git config --system core.longpaths true
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 7336562

Please sign in to comment.