mirror of https://github.com/aminya/setup-cpp
fix: change the tool installation order
This commit is contained in:
parent
d941917c7a
commit
ec62f654e0
10
src/main.ts
10
src/main.ts
|
@ -42,20 +42,20 @@ const setups = {
|
|||
|
||||
/** The tools that can be installed */
|
||||
const tools: Array<keyof typeof setups> = [
|
||||
"choco",
|
||||
"brew",
|
||||
"python",
|
||||
"cmake",
|
||||
"ninja",
|
||||
"python",
|
||||
"conan",
|
||||
"meson",
|
||||
"gcovr",
|
||||
"opencppcoverage",
|
||||
"llvm",
|
||||
"gcc",
|
||||
"choco",
|
||||
"brew",
|
||||
"ccache",
|
||||
"doxygen",
|
||||
"cppcheck",
|
||||
"llvm",
|
||||
"gcc",
|
||||
"msvc",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue