Skip to content

Commit

Permalink
Non-interactive rustup.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 27, 2024
1 parent abfcc56 commit 0c12e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUNNER_OS=$1
PROJECT_FILE=$2

# Install rust tooling
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
cargo install nextest

rustc -V
Expand Down

0 comments on commit 0c12e3e

Please sign in to comment.