diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 1de098c..3adc2fc 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -50,6 +50,10 @@ jobs: - uses: actions/checkout@v3 - name: Install Qt uses: jurplel/install-qt-action@v3 + with: + cache : true + modules: qtcharts + version : 6.5.0 - 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. id: strings