mirror of
https://github.com/Vomitblood/stort.git
synced 2025-01-31 15:02:49 +08:00
changed github actions workflow to install rustup with defaults accepted
This commit is contained in:
parent
3e813bbe7e
commit
c1531bb53b
2
.github/workflows/build-validation.yml
vendored
2
.github/workflows/build-validation.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue