Skip to content

Commit 3fd3a90

Browse files
committed
Windows only
1 parent 6952cad commit 3fd3a90

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
echo 'https://${{ github.token }}@github.com' > /tmp/git-credentials
6464
6565
- name: Support Longpaths
66+
if: runner.os == 'Windows'
6667
run: git config --system core.longpaths true
6768

6869
- name: Check expanded matrix config

.github/workflows/desktop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ jobs:
101101
git config --global credential.helper 'store --file /tmp/git-credentials'
102102
echo 'https://${{ github.token }}@github.com' > /tmp/git-credentials
103103
104+
- name: Support Longpaths
105+
if: runner.os == 'Windows'
106+
run: git config --system core.longpaths true
107+
104108
- name: Setup Xcode version (macos)
105109
if: runner.os == 'macOS'
106110
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer

0 commit comments

Comments
 (0)