Make rust toolchain install non-interactively
Some checks failed
Pipeline main branch / test (push) Failing after 37s
Some checks failed
Pipeline main branch / test (push) Failing after 37s
This commit is contained in:
parent
da406d4943
commit
ab048a8416
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v4 # Checkout the repository
|
||||
- name: Install Rust toolchain
|
||||
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
|
||||
source $HOME/.cargo/env
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
|
Loading…
Add table
Reference in a new issue