Fixes -y option

This commit is contained in:
Thorsten Sommer 2024-06-09 10:06:39 +02:00
parent 1fe9e88a8d
commit c48037de69
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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: