We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5eb71 commit 5f91ef0Copy full SHA for 5f91ef0
1 file changed
.github/workflows/main.yml
@@ -85,6 +85,8 @@ jobs:
85
needs: [analyze, test]
86
runs-on: windows-latest
87
steps:
88
+ - name: Enable long paths on Windows
89
+ run: git config --system core.longpaths true
90
- uses: actions/checkout@v4
91
- uses: subosito/flutter-action@v2
92
with:
0 commit comments