From d1b910f5c4aa7278a32aa3d7f8b27f16a8e85a8e Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Thu, 25 Jul 2024 02:15:03 -0700 Subject: [PATCH] fix(workflows): upgrade rustup on darwin as best-effort fix for homebrew regression (#284) --- 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