Skip to content

Commit

Permalink
github action #5
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Oct 31, 2024
1 parent bbc8af6 commit 4c9b9d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down

0 comments on commit 4c9b9d7

Please sign in to comment.