Update cmake-multi-platform.yml
This commit is contained in:
parent
46c5caa1ab
commit
17e87e2c40
7
.github/workflows/cmake-multi-platform.yml
vendored
7
.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,6 +49,7 @@ jobs:
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: 6.6.2
|
||||
target: desktop
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user