Skip to content

Commit

Permalink
install non-interactively
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jan 22, 2025
1 parent 53a6f3c commit 5c7592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
apt upgrade -y
apt install -y curl build-essential gcc make
apt install -y cmake
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
- name: Cache cargo build
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
Expand Down

0 comments on commit 5c7592e

Please sign in to comment.