From 398b5c57a502e2d3716a62a9268015830d522a08 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 22 Aug 2025 14:56:44 -0400 Subject: [PATCH] Try quiet flag --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 838df9c..a368c72 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,7 +33,7 @@ jobs: # Install rust toolchain - name: Install Rust 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 source "$HOME/.cargo/env" rustc --version