Fixed syntax error
This commit is contained in:
parent
244d0e9ed5
commit
c3a2ecd7fc
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ matrix:
|
||||||
# default-toolchain and default-host manually here.
|
# default-toolchain and default-host manually here.
|
||||||
install:
|
install:
|
||||||
#Download submodules
|
#Download submodules
|
||||||
git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
#Rust install
|
#Rust install
|
||||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||||
|
|
Loading…
Add table
Reference in a new issue