Skip to content

Commit 2730b93

Browse files
committed
fix working directory for longpaths
1 parent ece711f commit 2730b93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

monorepo-migration/transform_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def transform(content, lib_name):
8383
new_lines.append(line)
8484
new_lines.append(" - name: Support longpaths")
8585
new_lines.append(" run: git config --system core.longpaths true")
86+
new_lines.append(" working-directory: .")
8687
continue
8788

8889
if 'run: echo "SUREFIRE_JVM_OPT=' in line and '!java17' not in line:

0 commit comments

Comments
 (0)