From c9f50a792fe2814250216c574521c1b320dda43d Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 22 Jan 2024 16:07:58 -0600 Subject: [PATCH] fix(ci): fix homebrew --- .github/workflows/cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index f26f63a..8ac5c8e 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -74,8 +74,8 @@ jobs: brew update --preinstall - name: Install Homebrew dependencies - if: | # only run if false since this is just a cache step - steps.cache-homebrew.outputs.cache-hit != 'true' || steps.cache-homebrew.outputs.cache-hit != 'true' + # if: | # only run if false since this is just a cache step + # steps.cache-homebrew.outputs.cache-hit != 'true' || steps.cache-homebrew.outputs.cache-hit != 'true' run: | env HOMEBREW_NO_AUTO_UPDATE=1 brew bundle --no-upgrade --file ./Brewfile