Skip to content

Commit da9fe81

Browse files
authored
Update cmake.yml
1 parent 72f023f commit da9fe81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ jobs:
2525
matrix:
2626
os: [ubuntu-latest]
2727
build_type: [Release]
28-
c_compiler: [gcc, clang, cl]
28+
c_compiler: [gcc]
2929
include:
3030
- os: ubuntu-latest
3131
c_compiler: gcc
3232
cpp_compiler: g++
33-
- os: ubuntu-latest
34-
c_compiler: clang
35-
cpp_compiler: clang++
3633
exclude:
3734
- os: ubuntu-latest
3835
c_compiler: cl

0 commit comments

Comments
 (0)