From 55f7462f8d221d5771c0b9db74c884d1c3dd2cee Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:34:22 +0200 Subject: [PATCH] Update install-macos.sh --- install-scripts/install-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/install-macos.sh b/install-scripts/install-macos.sh index 2bbd00c262..85b1ad19de 100755 --- a/install-scripts/install-macos.sh +++ b/install-scripts/install-macos.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -ex +set -ex -o pipefail # Install Rust and Cargo curl https://sh.rustup.rs -sSf | sh -s -- -y