未验证 提交 07a89941 编写于 作者: P PatTheMav

CI: Fix Brew Bundler breaking without prior brew update

上级 dcb085a0
......@@ -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
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册