Skip to content

Commit

Permalink
more -y
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Oct 5, 2023
1 parent 6063cd8 commit 1727932
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/jobs/install_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ sudo apt -y install build-essential
sudo apt -y install --assume-yes git clang curl libssl-dev protobuf-compiler
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup update
rustup toolchain install nightly-2023-05-22
rustup target add wasm32-unknown-unknown --toolchain nightly-2023-05-22
rustup component add rustfmt
rustup component add clippy
rustup -y update
rustup -y toolchain install nightly-2023-05-22
rustup -y target add wasm32-unknown-unknown --toolchain nightly-2023-05-22
rustup -y component add rustfmt
rustup -y component add clippy

0 comments on commit 1727932

Please sign in to comment.