1
Fork 0
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:
Joshua Goins 2024-04-23 16:40:10 -04:00
parent 69b5e57209
commit 4fef8e0139

View file

@ -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