diff --git a/resources/scripts/github-actions/build-windows.ps1 b/resources/scripts/github-actions/build-windows.ps1 index dbed002c0..026eccb74 100755 --- a/resources/scripts/github-actions/build-windows.ps1 +++ b/resources/scripts/github-actions/build-windows.ps1 @@ -21,7 +21,7 @@ $ProgressPreference = 'SilentlyContinue' # Get and prepare needed dependencies. if ($use_qt5 -eq "ON") { - $qt_version = "5.15.3" + $qt_version = "5.15.2" } else { $qt_version = "6.4.3"