From 6ced440a92464e89c6ff34f4896ce7dad389372b Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Thu, 25 Jul 2024 02:08:17 -0700 Subject: [PATCH] fix(workflows): upgrade rustup on darwin as best-effort fix for homebrew regression --- hack/ci/install-darwin-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/ci/install-darwin-deps.sh b/hack/ci/install-darwin-deps.sh index 1406098..063a847 100755 --- a/hack/ci/install-darwin-deps.sh +++ b/hack/ci/install-darwin-deps.sh @@ -2,3 +2,4 @@ set -e brew install protobuf +brew upgrade rustup || true