Install rust src if not found (#185)

This commit is contained in:
Han
2025-10-31 13:09:14 +08:00
committed by GitHub
parent ffc2fccaea
commit ceba282275
13 changed files with 54 additions and 45 deletions

View File

@@ -47,7 +47,3 @@ fi
# Setup aggregation keys
cargo openvm setup
# Install the toolchain for guest compilation.
rustup install nightly-2025-02-14
rustup component add rust-src --toolchain nightly-2025-02-14