From d8305ddd4685c7fcd95cb7d5a95f421e332f2c17 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Tue, 9 Apr 2019 00:28:30 -0700 Subject: [PATCH] Clone submodules for CI --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 14bfe8d..fd37d44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,6 +67,9 @@ matrix: # For simple configurations, instead of using the build matrix, you can simply set the # default-toolchain and default-host manually here. install: + #Download submodules + git submodule update --init --recursive + #Rust install - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init -yv --default-toolchain %channel% --default-host %target%