From 17e87e2c4093452733efb0542c7d81505a80d5c1 Mon Sep 17 00:00:00 2001 From: cthunter01 Date: Fri, 15 Mar 2024 11:20:38 -0600 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 2261783..35938e4 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -27,9 +27,9 @@ jobs: build_type: [Release] c_compiler: [gcc, clang, cl] include: - #- os: windows-latest - # c_compiler: cl - # cpp_compiler: cl + - os: windows-latest + c_compiler: cl + cpp_compiler: cl - os: ubuntu-latest c_compiler: gcc cpp_compiler: g++ @@ -49,8 +49,9 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 - version: 6.6.2 - target: desktop + with: + version: 6.6.2 + target: desktop - 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.