Skip to content

Commit

Permalink
-y flag
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Oct 5, 2023
1 parent cf7e201 commit 6063cd8
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,7 +1,7 @@
#!/bin/bash
set -euo pipefail
sudo apt install build-essential
sudo apt install --assume-yes git clang curl libssl-dev protobuf-compiler
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
Expand Down

0 comments on commit 6063cd8

Please sign in to comment.