File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 - name : Setup Qt MacOS
104104 if : runner.os == 'macOS'
105105 run : |
106- pip3 install aqtinstall
106+ pip3 install aqtinstall==1.1.4
107107 aqt install 5.14.2 --outputdir /opt/qt mac desktop clang_64 -m qtwebengine qtquick3d
108108 aqt doc 5.14.2 --outputdir /opt/qt mac desktop -m qtwebengine
109109 export QTDIR=/opt/qt/5.14.2/clang_64
@@ -112,7 +112,7 @@ jobs:
112112 - name : Setup Qt Linux
113113 if : runner.os == 'Linux'
114114 run : |
115- pip3 install aqtinstall
115+ pip3 install aqtinstall==1.1.4
116116 echo "Installed aqtinstall"
117117 aqt install 5.14.2 --outputdir /opt/qt linux desktop gcc_64 -m qtwebengine qtquick3d
118118 aqt doc 5.14.2 --outputdir /opt/qt linux desktop -m qtwebengine
You can’t perform that action at this time.
0 commit comments