Update cmake-multi-platform.yml

This commit is contained in:
cthunter01 2024-03-15 11:20:38 -06:00 committed by GitHub
parent 46c5caa1ab
commit 17e87e2c40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.