fix(ci): fix homebrew

This commit is contained in:
Timothy Stewart
2024-01-22 16:11:14 -06:00
parent 4d1d11bcb4
commit a83078d98d

View File

@@ -69,7 +69,7 @@ jobs:
- name: Update Homebrew - name: Update Homebrew
if: | # only run if false since this is just a cache step 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: | run: |
brew update --preinstall brew update --preinstall