Skip to content

Commit

Permalink
ci: Ensure that Qt 6.6.1 is used for the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterGC committed Dec 27, 2023
1 parent 3cbfa71 commit 14061f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2.14.0
with:
version: '6.2.2'
version: '6.6.1'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2.14.0
with:
version: '6.2.2'
version: '6.6.1'
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2019_64'
Expand All @@ -86,5 +86,5 @@ jobs:
- name: Test
run: |
cd %GITHUB_WORKSPACE%\build
ctest --output-on-failure
ctest --output-on-failure
shell: cmd

0 comments on commit 14061f1

Please sign in to comment.