Skip to content

Commit

Permalink
try to fix ci.yml (newer qt version + qt charts)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Nov 13, 2023
1 parent e9c5c24 commit 1092fe9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ jobs:
release: false

- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
version: '6.6.0'
host: ${{ matrix.host }}
target: 'desktop'
arch: ${{ matrix.arch }}
dir: '${{github.workspace}}/qt'
install-deps: 'true'
install-deps: 'true'
modules: qtcharts, qtpositioning

- name: Configure
env:
Expand All @@ -61,5 +62,5 @@ jobs:

- name: Test
run: |
'${{github.workspace}}'/build/sherpa/unittests_sherpa
'${{github.workspace}}'/build/unittests/unittests_nucleus
'${{github.workspace}}'/build/unittests_gl/unittests_gl_engine

0 comments on commit 1092fe9

Please sign in to comment.