mirror of https://github.com/aminya/setup-cpp
fix: add default versions for clangtidy and clangformat
This commit is contained in:
parent
aba33ce056
commit
60472486f4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2,6 +2,8 @@ const DefaultVersions: Record<string, string> = {
|
|||
msvc: "2019",
|
||||
vcvarsall: "2019",
|
||||
llvm: "13.0.0",
|
||||
clangtidy: "13.0.0",
|
||||
clangformat: "13.0.0",
|
||||
ninja: "1.10.2",
|
||||
cmake: "3.22.1",
|
||||
gcovr: "5.0",
|
||||
|
|
Loading…
Reference in New Issue