Update linux script
Added the git submodule initialization to the linux dependency script
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
set -e
|
||||
|
||||
# Install our submodule dependencies
|
||||
git submodule update --init --recursive
|
||||
|
||||
# install the wasm toolchain
|
||||
rustup target add wasm32-wasi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user