mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 14:47:46 +00:00
Fix #2
This commit is contained in:
parent
1ccbcff9c2
commit
490bf6302a
1 changed files with 1 additions and 8 deletions
9
.github/workflows/cmake-multi-platform.yml
vendored
9
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
matrix:
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
build_type: [Release]
|
||||
c_compiler: [gcc, clang, cl]
|
||||
c_compiler: [gcc, cl]
|
||||
include:
|
||||
- os: windows-latest
|
||||
c_compiler: cl
|
||||
|
@ -26,13 +26,6 @@ jobs:
|
|||
exclude:
|
||||
- os: windows-latest
|
||||
c_compiler: gcc
|
||||
- os: windows-latest
|
||||
c_compiler: clang
|
||||
- os: ubuntu-latest
|
||||
c_compiler: cl
|
||||
- os: ubuntu-latest # ubuntu's clang is too old?
|
||||
c_compiler: clang
|
||||
cpp_compiler: clang++
|
||||
|
||||
steps:
|
||||
- name: Install Qt
|
||||
|
|
Loading…
Add table
Reference in a new issue