diff options
author | bunnei <bunneidev@gmail.com> | 2015-07-07 23:32:28 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-07-07 23:32:28 +0200 |
commit | 3b4924cdb4056d990a8ad565c12ee0b4f250d901 (patch) | |
tree | 2ccc5bbae6dfcab469d516f1dff761393a677048 | |
parent | Merge pull request #797 from linkmauve/blended-downscaling (diff) | |
parent | AppVeyor: Remove submodule checkout depth (diff) | |
download | yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.gz yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.bz2 yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.lz yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.xz yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.zst yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.zip |
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7e9155e6d..5dc147639 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ configuration: - Release install: - - git submodule update --init --recursive --depth 20 + - git submodule update --init --recursive before_build: - mkdir build |