diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-10 22:36:12 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-10 23:12:09 +0100 |
commit | 9bd3cfb0feb741f0b11ace00f03acfa5f582b79b (patch) | |
tree | 099df5ef8a5d82c417315646ee84c21c110d502b | |
parent | Fix cmake builds missing libicudata (diff) | |
download | nheko-9bd3cfb0feb741f0b11ace00f03acfa5f582b79b.tar.xz |
Speedup qt install on macos
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a29502fd..d572917c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,7 +12,7 @@ task: aqt_script: - pip3 install aqtinstall - mkdir $HOME/Qt - - aqt install-qt --outputdir $HOME/qt mac desktop 6 clang_64 -m all + - aqt install-qt --outputdir $HOME/qt mac desktop 6 clang_64 -m qtlocation qtimageformats qtmultimedia qtpositioning qtshadertools build_script: - export QTPATH=($HOME/qt/6.*/macos/bin) - export PATH="$QTPATH:${PATH}" |