From a83078d98dea7b95edea0f0061e8e54ae987309a Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 22 Jan 2024 16:11:14 -0600 Subject: [PATCH] fix(ci): fix homebrew --- .github/workflows/cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 27b8b80..0b346e6 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -69,7 +69,7 @@ jobs: - name: Update Homebrew 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' + steps.cache-homebrew.outputs.cache-hit != 'true' || steps.cache-vagrant.outputs.cache-hit != 'true' run: | brew update --preinstall