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]
|
build_type: [Release]
|
||||||
c_compiler: [gcc, clang, cl]
|
c_compiler: [gcc, clang, cl]
|
||||||
include:
|
include:
|
||||||
#- os: windows-latest
|
- os: windows-latest
|
||||||
# c_compiler: cl
|
c_compiler: cl
|
||||||
# cpp_compiler: cl
|
cpp_compiler: cl
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
cpp_compiler: g++
|
cpp_compiler: g++
|
||||||
@ -49,6 +49,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v3
|
uses: jurplel/install-qt-action@v3
|
||||||
|
with:
|
||||||
version: 6.6.2
|
version: 6.6.2
|
||||||
target: desktop
|
target: desktop
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user