Skip to content

Commit 5f91ef0

Browse files
committed
GitHub Action enable long paths on Windows
1 parent ed5eb71 commit 5f91ef0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
needs: [analyze, test]
8686
runs-on: windows-latest
8787
steps:
88+
- name: Enable long paths on Windows
89+
run: git config --system core.longpaths true
8890
- uses: actions/checkout@v4
8991
- uses: subosito/flutter-action@v2
9092
with:

0 commit comments

Comments
 (0)