json/.github/workflows
Thomas Braun e226460154 github/actions: Remove clang9 on Windows
This currently produces

 In file included from C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.27.29110\include\ciso646:9:
 In file included from C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.27.29110\include\yvals.h:9:
 C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.27.29110\include\yvals_core.h:494:2: error: STL1000: Unexpected compiler version, expected Clang 10.0.0 or newer.
  #error STL1000: Unexpected compiler version, expected Clang 10.0.0 or newer.

and that is very likely due to the new -pedantic flag when compiling.

Let's remove this compiler as it clearly is not meant to be used with
these MSVC headers.
2020-09-01 13:47:53 +02:00
..
codeql-analysis.yml 👷 add code scanning 2020-07-08 12:25:53 +02:00
macos.yml 🔧 explicitly switch on tests in CI 2020-05-27 13:22:14 +02:00
ubuntu.yml add test to compile without exceptions 2020-08-10 09:48:11 +02:00
windows.yml github/actions: Remove clang9 on Windows 2020-09-01 13:47:53 +02:00