From 4d1d11bcb4fba84d06177159302b6a6c3ec5fa75 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 22 Jan 2024 16:10:21 -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 8ac5c8e..27b8b80 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-cache-vagrant.outputs.cache-hit != 'true' run: | env HOMEBREW_NO_AUTO_UPDATE=1 brew bundle --no-upgrade --file ./Brewfile