From 027a5aa6bb7afe08f76e453ac9e712ae2fcfb87b Mon Sep 17 00:00:00 2001 From: Volodymyr Vovchenko Date: Wed, 25 Sep 2024 13:37:43 -0500 Subject: [PATCH] Sync --- .github/workflows/cmake.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 67ecc3a..42721f1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -32,8 +32,9 @@ jobs: # modules: 'qtcharts qtprintsupport' - name: Install Qt uses: jurplel/install-qt-action@v4 - version: ${{ matrix.qts }} - modules: 'qtprintsupport' + with: + version: ${{ matrix.qts }} + modules: 'qtprintsupport' - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory