Skip to content

Commit

Permalink
Update qt-on-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem authored Jun 8, 2024
1 parent 945d9d2 commit 43af5ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qt-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
uses: seanmiddleditch/gha-setup-vsdevenv@master

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '5.15.2'
version: '6.7.1'
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2019_64'
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Build Qt with CMake
run: |
cd src/ui/qt
cmake . -DCMAKE_PREFIX_PATH="D:\\a\\Sanmill\\Qt\\5.15.2\\msvc2019_64"
cmake . -DCMAKE_PREFIX_PATH="D:\\a\\Sanmill\\Qt\\6.7.1\\msvc2019_64"
cmake --build . --target mill-pro --config Release
- name: Archive Qt
Expand Down

0 comments on commit 43af5ec

Please sign in to comment.