mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
AppVeyor: Remove submodule checkout depth
This avoid intermittent build failures due to a commit not being reachable using a fixed depth, at the expense of longer checkout times.
This commit is contained in:
parent
fb66b0677b
commit
eaaf951de6
@ -13,7 +13,7 @@ configuration:
|
||||
- Release
|
||||
|
||||
install:
|
||||
- git submodule update --init --recursive --depth 20
|
||||
- git submodule update --init --recursive
|
||||
|
||||
before_build:
|
||||
- mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user