mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 14:29:54 +08:00
fix macos CI
This commit is contained in:
parent
401fa09250
commit
052691258c
@ -2,7 +2,12 @@
|
|||||||
project_dir=$(pwd)
|
project_dir=$(pwd)
|
||||||
|
|
||||||
brew update > /dev/null
|
brew update > /dev/null
|
||||||
|
|
||||||
|
# Use Qt5.9.3 instead of 5.10
|
||||||
|
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula
|
||||||
|
git checkout 13d52537d1e0e5f913de4639012 qt.rb
|
||||||
brew install qt
|
brew install qt
|
||||||
|
|
||||||
QTDIR="/usr/local/opt/qt"
|
QTDIR="/usr/local/opt/qt"
|
||||||
PATH="$QTDIR/bin:$PATH"
|
PATH="$QTDIR/bin:$PATH"
|
||||||
LDFLAGS=-L$QTDIR/lib
|
LDFLAGS=-L$QTDIR/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user