CI: Fix Brew Bundler breaking without prior brew update

This commit is contained in:
PatTheMav
2020-07-29 20:30:57 +02:00
parent dcb085a0f9
commit 07a899413a
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ jobs:
- name: 'Install prerequisites (Homebrew)'
shell: bash
run: |
brew update --preinstall
brew bundle --file ./CI/scripts/macos/Brewfile
- name: 'Restore Chromium Embedded Framework from cache'
id: cef-cache