Skip to content

Commit

Permalink
corrected qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Aug 11, 2024
1 parent f5090ee commit 96aa59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qt-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install Qt
run: |
choco install qt --version=latest --params '/QtAddToPath'
choco install qt --version=6.7.2 --params '/QtAddToPath'
# Ensure the PATH is updated
echo "##vso[task.setvariable variable=PATH]$($env:PATH);C:\Qt\$(Get-Item C:\Qt\*\msvc*\bin).Name"
Expand Down

0 comments on commit 96aa59f

Please sign in to comment.