Remove references to submodules (#11673)

This PR removes the references to initializing Git submodules as part of
building Zed.

These are no longer needed, as our only submodule was removed in #11672.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-05-10 14:33:53 -04:00 committed by GitHub
parent c9738a233e
commit b34ab6f3a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 3 additions and 33 deletions

View file

@ -2,9 +2,6 @@
set -ex
# Install our submodule dependencies
git submodule update --init --recursive
# install the wasm toolchain
which rustup > /dev/null 2>&1 || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y