From 0d76372f3ceafb97e02d9e94e136d7a6d789e7e9 Mon Sep 17 00:00:00 2001 From: Oleksandr Kolodkin Date: Tue, 21 Nov 2023 19:03:07 +0200 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.