提交 97642d5a 编写于 作者: O Olli-Pekka Heinisuo

use switch instead

上级 798a6896
......@@ -115,8 +115,8 @@ function pre_build {
if [ -n "$CACHE_STAGE" ]; then
echo "Qt5 has bottle, no caching needed"
else
brew uninstall --force qt@5.15.0
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/079ce55db79acc87b91bec950249595b1584e119/Formula/qt.rb
brew switch qt 5.13.2
brew pin qt
export PATH="/usr/local/opt/qt/bin:$PATH"
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册