mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-23 18:32:17 +00:00
For now, always reinstall cargo bundle 0.5 when bundling
This commit is contained in:
parent
624e62b8d6
commit
7b721fd6df
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ done
|
|||
export ZED_BUNDLE=true
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.15.7
|
||||
|
||||
which cargo-bundle > /dev/null || cargo install cargo-bundle --version 0.5.0
|
||||
cargo install cargo-bundle --version 0.5.0
|
||||
rustup target add wasm32-wasi
|
||||
|
||||
# Deal with versions of macOS that don't include libstdc++ headers
|
||||
|
|
Loading…
Reference in a new issue