mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-09-17 01:23:17 +02:00
fix(ci): fix homebrew
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user