mirror of https://github.com/aminya/setup-cpp
fix: downgrade doxygen to 1.9.1
https://github.com/doxygen/doxygen/issues/9007
This commit is contained in:
parent
039cf1016b
commit
7d299ab019
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,7 @@ const DefaultVersions: Record<string, string> = {
|
||||||
python: "3.8.10",
|
python: "3.8.10",
|
||||||
kcov: "v39",
|
kcov: "v39",
|
||||||
task: "3.10.0",
|
task: "3.10.0",
|
||||||
doxygen: "1.9.2",
|
doxygen: "1.9.1",
|
||||||
gcc: process.platform === "win32" ? "11.2.0.07112021" : "11",
|
gcc: process.platform === "win32" ? "11.2.0.07112021" : "11",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue