mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 14:47:46 +00:00
Exclude ubuntu clang for now
This commit is contained in:
parent
69b5e57209
commit
4fef8e0139
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cmake-multi-platform.yml
vendored
6
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -23,9 +23,6 @@ jobs:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
cpp_compiler: g++
|
cpp_compiler: g++
|
||||||
- os: ubuntu-latest
|
|
||||||
c_compiler: clang
|
|
||||||
cpp_compiler: clang++
|
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
|
@ -33,6 +30,9 @@ jobs:
|
||||||
c_compiler: clang
|
c_compiler: clang
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: cl
|
c_compiler: cl
|
||||||
|
- os: ubuntu-latest # ubuntu's clang is too old?
|
||||||
|
c_compiler: clang
|
||||||
|
cpp_compiler: clang++
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
|
|
Loading…
Add table
Reference in a new issue