Update linux script

Added the git submodule initialization to the linux dependency script
This commit is contained in:
Mikayla Maki 2024-05-06 09:56:56 -07:00 committed by GitHub
parent e4f13dd561
commit f99b24acca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,9 @@
set -e
# Install our submodule dependencies
git submodule update --init --recursive
# install the wasm toolchain
rustup target add wasm32-wasi