Skip to content

Commit

Permalink
-y
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Oct 5, 2023
1 parent b0724b3 commit b0b30d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/jobs/install_rust.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -euo pipefail
sudo apt -y install build-essential
sudo apt -y install --assume-yes git clang curl libssl-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt -y install --assume-yes git clang curl libssl-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
source $HOME/.cargo/env
rustup -y update
rustup -y toolchain install nightly-2023-05-22
Expand Down

0 comments on commit b0b30d7

Please sign in to comment.