Skip to content

Commit

Permalink
Enable long path for windows runner
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Oct 4, 2023
1 parent 3a42cc0 commit 5a90c32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
# Configure longpath names if on Windows
- name: Enable Longpaths if on Windows
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
shell: pwsh

- name: Set up JDK for build and test
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 5a90c32

Please sign in to comment.