diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-15 17:56:01 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-15 17:56:01 +0000 |
| commit | 81ea0b29ea3a8d426e8cf8362fefaa61906c1b91 (patch) | |
| tree | 71a2b20667ca38e5029ca03a98f22c949993e9ee /scripts/setup_rust_fork.sh | |
| parent | 2445d740f741c9d0954822ef0f0cd0c2a1c6acd2 (diff) | |
| download | rust-81ea0b29ea3a8d426e8cf8362fefaa61906c1b91.tar.gz rust-81ea0b29ea3a8d426e8cf8362fefaa61906c1b91.zip | |
Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-2023-06-15
Diffstat (limited to 'scripts/setup_rust_fork.sh')
| -rw-r--r-- | scripts/setup_rust_fork.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index abb09775d21..15b16b42be5 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -./y.rs build --no-unstable-features +./y.sh build --no-unstable-features echo "[SETUP] Rust fork" git clone https://github.com/rust-lang/rust.git || true |
