Skip to content

Commit 7cf696a

Browse files
committed
ci: update
1 parent 5f42c01 commit 7cf696a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,18 @@ jobs:
1616
toolchain:
1717
[
1818
{
19-
name: "Ubuntu GCC 11",
20-
cxx: "g++-11",
21-
cc: "gcc-11",
22-
packages: "gcc-11 g++-11 nlohmann-json3-dev libtinyxml2-9",
19+
name: "Ubuntu GCC",
20+
cxx: "g++",
21+
cc: "gcc",
22+
packages: "nlohmann-json3-dev libtinyxml2-dev",
23+
os: ubuntu-latest,
24+
},
25+
,
26+
{
27+
name: "Ubuntu Clang",
28+
cxx: "clang++",
29+
cc: "clang",
30+
packages: "nlohmann-json3-dev libtinyxml2-dev",
2331
os: ubuntu-latest,
2432
}
2533
]

0 commit comments

Comments
 (0)