Merge pull request #3228 from PatTheMav/ci-brew-bundle-fix
CI: Fix Brew Bundler breaking without prior brew update
This commit is contained in:
commit
2f9b57ab8f
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -103,6 +103,7 @@ install_homebrew_deps() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
brew update
|
||||
brew bundle --file ${CI_SCRIPTS}/Brewfile
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user