diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-07-07 21:22:26 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-07-07 21:22:26 +0200 |
commit | eaaf951de632753613e9b42f433cdac02d851a09 (patch) | |
tree | b73caf8b3d3ecb039ef90f2c954aaccdb273aec0 /appveyor.yml | |
parent | Merge pull request #897 from lioncash/return (diff) | |
download | yuzu-eaaf951de632753613e9b42f433cdac02d851a09.tar yuzu-eaaf951de632753613e9b42f433cdac02d851a09.tar.gz yuzu-eaaf951de632753613e9b42f433cdac02d851a09.tar.bz2 yuzu-eaaf951de632753613e9b42f433cdac02d851a09.tar.lz yuzu-eaaf951de632753613e9b42f433cdac02d851a09.tar.xz yuzu-eaaf951de632753613e9b42f433cdac02d851a09.tar.zst yuzu-eaaf951de632753613e9b42f433cdac02d851a09.zip |
Diffstat (limited to 'appveyor.yml')
-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 |