File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 63
63
echo 'https://${{ github.token }}@github.com' > /tmp/git-credentials
64
64
65
65
- name : Support Longpaths
66
+ if : runner.os == 'Windows'
66
67
run : git config --system core.longpaths true
67
68
68
69
- name : Check expanded matrix config
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ jobs:
101
101
git config --global credential.helper 'store --file /tmp/git-credentials'
102
102
echo 'https://${{ github.token }}@github.com' > /tmp/git-credentials
103
103
104
+ - name : Support Longpaths
105
+ if : runner.os == 'Windows'
106
+ run : git config --system core.longpaths true
107
+
104
108
- name : Setup Xcode version (macos)
105
109
if : runner.os == 'macOS'
106
110
run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer
You can’t perform that action at this time.
0 commit comments