We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335e096 commit f48f396Copy full SHA for f48f396
1 file changed
.github/workflows/cmake.yml
@@ -44,8 +44,8 @@ jobs:
44
run: |
45
if ("${{ matrix.qt_version }}" -eq "5") {
46
pip install aqtinstall
47
- aqt install-qt windows desktop ${{ matrix.qt_version }}.15.2 win64_msvc2019 -m qtbase qtmultimedia qtdeclarative qttools qtsvg
48
- $Qt5Dir = "$env:USERPROFILE\Qt\${{ matrix.qt_version }}.15.2\msvc2019_64"
+ # aqt install-qt windows desktop 5.15.2 win64_msvc2019 -m all
+ $Qt5Dir = "$env:USERPROFILE\Qt\5.15.2\msvc2019_64"
49
echo "Qt5Dir=$Qt5Dir" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
50
echo "$Qt5Dir\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
51
echo "QTDIR=$Qt5Dir" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
0 commit comments