Skip to content

Commit

Permalink
enable git longpaths for windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Aug 10, 2024
1 parent ce3c27e commit d40ed88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
- name: Clone repository
uses: actions/checkout@v4
- run: choco install yq
- name: Enable Git longpaths
run: git config --system core.longpaths true
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down Expand Up @@ -119,10 +121,6 @@
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Extract tag name
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Echo build progress
run: echo "Kazumi_macos_canary.dmg build progress"
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
echo "tag=$(echo $tag)" >> $env:GITHUB_ENV
- run: echo "Kazumi_windows_${env:tag}.zip build progress"
- run: choco install yq
- name: Enable Git longpaths
run: git config --system core.longpaths true
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit d40ed88

Please sign in to comment.