From c48037de69896468fb5f9783c43d3e16b93e0b1d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 9 Jun 2024 10:06:39 +0200 Subject: [PATCH] Fixes -y option --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index c8f52064..85270d58 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -232,7 +232,7 @@ jobs: apt-get install curl wget --yes # Install Rust: - curl https://sh.rustup.rs -sSf | sh -s -- --yes + curl https://sh.rustup.rs -sSf | sh -s -- -y . "$HOME/.cargo/env" # Install build tools and tauri-cli requirements: