mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 11:42:37 +01:00
fix(ci): fix homebrew
This commit is contained in:
2
.github/workflows/cache.yml
vendored
2
.github/workflows/cache.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user