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 f6c5336
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/qt-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ jobs:
vs-version: 'latest' # Use the latest Visual Studio version

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

- name: Build with qmake
run: |
mkdir build
cd build
qmake ..\yourproject.pro
qmake ..\BigPictureTV-CPP.pro
nmake
# Optionally, you can add steps for packaging or deploying the application

0 comments on commit f6c5336

Please sign in to comment.