mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ci: set git core.longpaths to true (#47695)
ci: set git core.longpaths to true
This commit is contained in:
@@ -135,6 +135,7 @@ jobs:
|
||||
git config --global core.autocrlf false
|
||||
git config --global branch.autosetuprebase always
|
||||
git config --global core.fscache true
|
||||
git config --global core.longpaths true
|
||||
git config --global core.preloadindex true
|
||||
git clone --filter=tree:0 https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
# Ensure depot_tools does not update.
|
||||
|
||||
Reference in New Issue
Block a user