From 4c9b9d79a4d5ba5d36835844d21ae7855dbac592 Mon Sep 17 00:00:00 2001 From: Remisa Yousefvand Date: Thu, 31 Oct 2024 04:53:32 +0330 Subject: [PATCH] github action #5 --- .github/workflows/cmake-multi-platform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 16c17c5..10e7666 100755 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -75,11 +75,11 @@ jobs: Invoke-WebRequest -Uri "https://download.qt.io/official_releases/online_installers/qt-unified-windows-x64-online.exe" ` -OutFile $installer -TimeoutSec 1200 - # Start Qt installer with corrected arguments + # Corrected Qt installer arguments with silent and path specifications Start-Process -FilePath $installer -ArgumentList ` '--silent', '--accept-licenses', ` - '--root C:\Qt', ` - '--auto-install', 'qt.qt6.653.win64_msvc2019_64' -Wait + '--installationDirectory C:\Qt', ` + '--packages qt.qt6.653.win64_msvc2019_64' -NoNewWindow -Wait # Verify Qt installation if (!(Test-Path "C:\Qt\6.5.3\msvc2019_64")) {