Skip to content

Commit 7336562

Browse files
authored
fix: enable longpaths support for windows test (#1485)
1 parent 8bbe503 commit 7336562

File tree

1 file changed

+2
-0
lines changed
  • synthtool/gcp/templates/java_library/.github/workflows

1 file changed

+2
-0
lines changed

Diff for: synthtool/gcp/templates/java_library/.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
windows:
4040
runs-on: windows-latest
4141
steps:
42+
- name: Support longpaths
43+
run: git config --system core.longpaths true
4244
- uses: actions/checkout@v3
4345
- uses: actions/setup-java@v3
4446
with:

0 commit comments

Comments
 (0)