Skip to content

Commit

Permalink
Update build file versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinusv authored Apr 21, 2021
1 parent fec3186 commit ca3c91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.build_livekeys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Setup Qt MacOS
if: runner.os == 'macOS'
run: |
pip3 install aqtinstall
pip3 install aqtinstall==1.1.4
aqt install 5.14.2 --outputdir /opt/qt mac desktop clang_64 -m qtwebengine qtquick3d
aqt doc 5.14.2 --outputdir /opt/qt mac desktop -m qtwebengine
export QTDIR=/opt/qt/5.14.2/clang_64
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Setup Qt Linux
if: runner.os == 'Linux'
run: |
pip3 install aqtinstall
pip3 install aqtinstall==1.1.4
echo "Installed aqtinstall"
aqt install 5.14.2 --outputdir /opt/qt linux desktop gcc_64 -m qtwebengine qtquick3d
aqt doc 5.14.2 --outputdir /opt/qt linux desktop -m qtwebengine
Expand Down

0 comments on commit ca3c91d

Please sign in to comment.