Skip to content

Commit a759ae3

Browse files
committed
fix
1 parent 94cfa42 commit a759ae3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
cxx: "g++-13",
3636
deps: "gcc-13 g++-13"
3737
}
38+
- {
39+
os: ubuntu-24.04,
40+
cc: "clang-15",
41+
cxx: "clang++-15",
42+
deps: "clang-15"
43+
}
3844
- {
3945
os: ubuntu-24.04,
4046
cc: "clang-16",

0 commit comments

Comments
 (0)