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