Skip to content

Commit

Permalink
Added "modules: qtcharts" when installing qt.
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmmera committed Sep 8, 2024
1 parent f4d1c4a commit 68028c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
cache: true
arch: 'linux_gcc_64'
install-deps: 'true'
modules: 'qtcharts'

- name: 'Configure CMake'
run: |
Expand Down Expand Up @@ -146,6 +147,7 @@ jobs:
cache: true
arch: 'clang_64'
install-deps: 'true'
modules: 'qtcharts'

- name: 'Install Dependencies'
shell: bash
Expand Down Expand Up @@ -235,6 +237,7 @@ jobs:
cache: true
arch: 'clang_64'
install-deps: 'true'
modules: 'qtcharts'

- name: 'Install Dependencies'
shell: bash
Expand Down

0 comments on commit 68028c2

Please sign in to comment.