Update cmake-multi-platform.yml
This commit is contained in:
parent
46c5caa1ab
commit
17e87e2c40
11
.github/workflows/cmake-multi-platform.yml
vendored
11
.github/workflows/cmake-multi-platform.yml
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user