diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 41d1064..30a5bda 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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.