mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
ci(cirrus): set clone depth to 2 instead of 1 (#20295)
Setting CIRRUS_CLONE_DEPTH to 1 occasionally results in "Failed to checkout" error for unknown reasons. Set it to 2 as a workaround.
This commit is contained in:
parent
7a70e9587c
commit
fcd3e53720
@ -1,5 +1,5 @@
|
||||
env:
|
||||
CIRRUS_CLONE_DEPTH: '1'
|
||||
CIRRUS_CLONE_DEPTH: '2'
|
||||
LANG: en_US.UTF-8
|
||||
CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user