fix(ci): fix homebrew

This commit is contained in:
Timothy Stewart
2024-01-22 16:10:21 -06:00
parent c9f50a792f
commit 4d1d11bcb4

View File

@@ -74,8 +74,8 @@ jobs:
brew update --preinstall brew update --preinstall
- name: Install Homebrew dependencies - name: Install Homebrew dependencies
# 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-cache-vagrant.outputs.cache-hit != 'true'
run: | run: |
env HOMEBREW_NO_AUTO_UPDATE=1 brew bundle --no-upgrade --file ./Brewfile env HOMEBREW_NO_AUTO_UPDATE=1 brew bundle --no-upgrade --file ./Brewfile