Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
vlvovch committed Sep 25, 2024
1 parent 1c65121 commit 027a5aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
# modules: 'qtcharts qtprintsupport'
- name: Install Qt
uses: jurplel/install-qt-action@v4
version: ${{ matrix.qts }}
modules: 'qtprintsupport'
with:
version: ${{ matrix.qts }}
modules: 'qtprintsupport'

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit 027a5aa

Please sign in to comment.