Skip to content

Commit ca3c91d

Browse files
authored
Update build file versions.
1 parent fec3186 commit ca3c91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.build_livekeys.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)