We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd6f12 commit d6f5ee5Copy full SHA for d6f5ee5
.github/workflows/examples.yml
@@ -18,16 +18,17 @@ jobs:
18
build_type: [Debug, Release]
19
c_compiler: [gcc, clang, cl]
20
include:
21
- - os: windows-latest
22
- c_compiler: cl
23
- cpp_compiler: cl
+ # - os: windows-latest
+ # c_compiler: cl
+ # cpp_compiler: cl
24
- os: ubuntu-latest
25
c_compiler: gcc
26
cpp_compiler: g++
27
- - os: ubuntu-latest
28
- c_compiler: clang
29
- cpp_compiler: clang++
+ # - os: ubuntu-latest
+ # c_compiler: clang
+ # cpp_compiler: clang++
30
exclude:
31
+ - os: windows-latest
32
- os: macos-latest
33
34
- os: windows-latest
@@ -36,6 +37,8 @@ jobs:
36
37
c_compiler: clang
38
39
c_compiler: cl
40
+ - os: ubuntu-latest
41
+ c_compiler: cl
42
43
steps:
44
- uses: actions/checkout@v4
0 commit comments