File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -418,12 +418,12 @@ jobs:
418418 cmake -E make_directory ./build
419419
420420 if [ "$RUNNER_OS" == "Windows" ]; then
421- # QT_INSTALL_DIR="$(pwd)/build/Qt-install/$QT_VERSION/msvc2019_64 "
422- QT_INSTALL_DIR="$(cmd.exe //c cd)\build\Qt-install\${{ env.QT_VERSION }}\msvc2019_64 "
421+ # QT_INSTALL_DIR="$(pwd)/build/Qt-install/$QT_VERSION/msvc2022_64 "
422+ QT_INSTALL_DIR="$(cmd.exe //c cd)\build\Qt-install\${{ env.QT_VERSION }}\msvc2022_64 "
423423 elif [ "$RUNNER_OS" == "macOS" ]; then
424424 QT_INSTALL_DIR="$(pwd)/build/Qt-install/$QT_VERSION/macos"
425425 else
426- QT_INSTALL_DIR="$(pwd)/build/Qt-install/$QT_VERSION/${{ matrix.QT_ARCH }} "
426+ QT_INSTALL_DIR="$(pwd)/build/Qt-install/$QT_VERSION/gcc_64 "
427427 fi
428428
429429 if [ -d "$QT_INSTALL_DIR" ]; then
You can’t perform that action at this time.
0 commit comments