From f99b24accad60a825448e116455dc4f24d0ee485 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Mon, 6 May 2024 09:56:56 -0700 Subject: [PATCH] Update linux script Added the git submodule initialization to the linux dependency script --- script/linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/linux b/script/linux index 9677491f33..3045861c64 100755 --- a/script/linux +++ b/script/linux @@ -2,6 +2,9 @@ set -e +# Install our submodule dependencies +git submodule update --init --recursive + # install the wasm toolchain rustup target add wasm32-wasi