fix: downgrade doxygen to 1.9.1

https://github.com/doxygen/doxygen/issues/9007
This commit is contained in:
Amin Yahyaabadi 2022-02-15 01:55:35 -08:00
parent 039cf1016b
commit 7d299ab019
3 changed files with 3 additions and 3 deletions

2
dist/setup_cpp.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@ const DefaultVersions: Record<string, string> = {
python: "3.8.10",
kcov: "v39",
task: "3.10.0",
doxygen: "1.9.2",
doxygen: "1.9.1",
gcc: process.platform === "win32" ? "11.2.0.07112021" : "11",
}