Update linux script
Added the git submodule initialization to the linux dependency script
This commit is contained in:
parent
e4f13dd561
commit
f99b24acca
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Install our submodule dependencies
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
# install the wasm toolchain
|
# install the wasm toolchain
|
||||||
rustup target add wasm32-wasi
|
rustup target add wasm32-wasi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue