changed github actions workflow to install rustup with defaults accepted

This commit is contained in:
Vomitblood 2024-08-08 00:49:53 +08:00
parent 3e813bbe7e
commit c1531bb53b

View file

@ -34,7 +34,7 @@ jobs:
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
rustup update