mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Fixes -y option
This commit is contained in:
parent
1fe9e88a8d
commit
c48037de69
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user