Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kolod committed Nov 21, 2023
1 parent c5378dc commit 0d76372
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:

- name: Install Qt
uses: jurplel/install-qt-action@v3
version: '6.5.3'
target: 'desktop'
modules: 'qtcharts qtserialbus qtserialport'
with:
version: '6.5.3'
target: 'desktop'
modules: 'qtcharts qtserialbus qtserialport'

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down

0 comments on commit 0d76372

Please sign in to comment.