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