Make rust toolchain install non-interactively
Some checks failed
Pipeline main branch / test (push) Failing after 37s

This commit is contained in:
continuist 2025-04-13 00:13:26 -04:00
parent da406d4943
commit ab048a8416

View file

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4 # Checkout the repository - uses: actions/checkout@v4 # Checkout the repository
- name: Install Rust toolchain - name: Install Rust toolchain
run: | 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 source $HOME/.cargo/env
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose