mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
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.
|
||||
install:
|
||||
#Download submodules
|
||||
git submodule update --init --recursive
|
||||
- git submodule update --init --recursive
|
||||
|
||||
#Rust install
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
|
|
Loading…
Reference in a new issue