Try quiet flag
Test and Build / test-and-build (push) Failing after 33s

This commit is contained in:
Jay
2025-08-22 14:56:44 -04:00
parent 1fcf18d7d8
commit 398b5c57a5
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
# Install rust toolchain # Install rust toolchain
- name: Install Rust - name: Install Rust
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y -q
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
source "$HOME/.cargo/env" source "$HOME/.cargo/env"
rustc --version rustc --version