Skip to content

Commit

Permalink
github action #10
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Nov 1, 2024
1 parent 11449d1 commit abeb852
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ jobs:
Invoke-WebRequest -Uri "https://download.qt.io/official_releases/online_installers/qt-unified-windows-x64-online.exe" `
-OutFile $installer -TimeoutSec 1200
# Run the Qt installer with the custom script
# Run the Qt installer in interactive mode without extra options
Start-Process -FilePath $installer -ArgumentList `
'--script', 'install-qt.qs', `
'--platform', 'minimal' `
'--silent', '--accept-licenses', `
'--default-answer', `
'--install', '--target-dir', 'C:\Qt\6.5.3' `
-NoNewWindow -Wait
# Verify Qt installation
Expand Down

0 comments on commit abeb852

Please sign in to comment.