mirror of https://github.com/aminya/setup-cpp
fix: use Doxygen 1.10 on Ubuntu 20 and older
This commit is contained in:
parent
f767bd8819
commit
be629c9363
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -110,4 +110,10 @@ export const DefaultLinuxVersion: Record<string, Record<number, string> | undefi
|
|||
16: "40",
|
||||
14: "40",
|
||||
},
|
||||
doxygen: {
|
||||
24: "1.11.0",
|
||||
22: "1.11.0",
|
||||
20: "1.10.0",
|
||||
18: "1.10.0",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue