We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057abac commit 82696f7Copy full SHA for 82696f7
.github/workflows/cmake-multi-platform.yml
@@ -26,7 +26,7 @@ jobs:
26
os: [ubuntu-latest, windows-latest, macos-latest]
27
build_type: [Debug, Release]
28
cpp_compiler: [g++, clang++, cl]
29
- c_compiler: [g++, clang++, cl]
+ c_compiler: [gcc, clang, cl]
30
include:
31
- os: windows-latest
32
cpp_compiler: cl
0 commit comments