From 1895da62e0a162a9c6ebc12ee1ee4a3789530944 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 22 Aug 2025 15:04:06 -0400 Subject: [PATCH] Remove -y 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 80255a7..2da11a9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -36,7 +36,7 @@ jobs: sudo apt-get update sudo apt-get install -y curl build-essential ca-certificates gcc libc6-dev pkg-config libssl-dev sudo apt-get install -y rustup - rustup install stable --no-self-update --profile minimal -y + rustup install stable --no-self-update --profile minimal source "$HOME/.cargo/env" curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh rustc --version