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 f2b650b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@ jobs:
with:
submodules: 'recursive'

# TODO Use a/the next official release
- name: Install Qt
uses: jurplel/install-qt-action@v2.14.0
uses: jurplel/install-qt-action@v3.3.0
with:
version: '6.2.2'
version: '6.6.1'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
modules: 'qtmultimedia'
modules: 'qtmultimedia qtquick3d'
aqtversion: '==2.0.5'

- name: Install additional Dependencies
run: |
sudo apt-get update
sudo apt-get install -y ninja-build libxkbcommon-dev libvulkan-dev
- name: CMake Configure
run: |
mkdir build
Expand Down Expand Up @@ -59,7 +63,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 +90,5 @@ jobs:
- name: Test
run: |
cd %GITHUB_WORKSPACE%\build
ctest --output-on-failure
ctest --output-on-failure
shell: cmd

0 comments on commit f2b650b

Please sign in to comment.