add git submodule setup to setup scripts (#194)

This commit is contained in:
Gray Olson 2020-10-30 15:04:42 -07:00 committed by GitHub
parent b12a2f3f6a
commit 380c275d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
setlocal
rustup toolchain install nightly-2020-10-25 --component rust-src rustc-dev llvm-tools-preview
git submodule init
git submodule update

View File

@ -1,3 +1,6 @@
#!/usr/bin/env bash
rustup toolchain install nightly-2020-10-25 --component rust-src rustc-dev llvm-tools-preview
git submodule init
git submodule update