Include qtcharts module for GitHub actions

This commit is contained in:
GriffinR 2024-08-27 20:17:22 -04:00
parent febb82e0e9
commit c347fb174c

View file

@ -33,7 +33,7 @@ jobs:
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v2
with: with:
version: '5.14.2' version: '5.14.2'
modules: 'qtwidgets qtqml' modules: 'qtwidgets qtqml qtcharts'
cached: ${{ steps.cache-qt.outputs.cache-hit }} cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Configure - name: Configure
@ -58,7 +58,8 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: '6.5.*' version: '6.7.*'
modules: 'qtcharts'
cached: ${{ steps.cache-qt.outputs.cache-hit }} cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Configure - name: Configure