From 4f80aa1bec78d8bf001ae2195dce1511cdf6d57b Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Thu, 6 Jul 2023 10:09:25 +0200 Subject: [PATCH] ci(macos): stop doing brew update --- .github/actions/package-macos/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/package-macos/action.yaml b/.github/actions/package-macos/action.yaml index 8615a433a..6b47ceafa 100644 --- a/.github/actions/package-macos/action.yaml +++ b/.github/actions/package-macos/action.yaml @@ -33,7 +33,6 @@ runs: HOMEBREW_NO_INSTALL_UPGRADE: 1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 run: | - brew update brew install curl zip unzip coreutils openssl@1.1 echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH echo "/usr/local/bin" >> $GITHUB_PATH