mirror of https://github.com/aminya/setup-cpp
Merge pull request #117 from aminya/doxygen [skip ci]
This commit is contained in:
commit
a9c830d17a
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
|
@ -52,9 +52,6 @@ const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
|
|||
20: "0.63.0",
|
||||
18: "0.61.4",
|
||||
},
|
||||
doxygen: {
|
||||
20: "1.9.4",
|
||||
},
|
||||
nala: {
|
||||
22: "",
|
||||
21: "legacy",
|
||||
|
|
|
@ -61,7 +61,7 @@ export async function setupDoxygen(version: string, setupDir: string, arch: stri
|
|||
}
|
||||
case "linux": {
|
||||
let installationInfo: InstallationInfo
|
||||
if (version === "" || isArch() || hasDnf()) {
|
||||
if (version === "" || version === undefined || isArch() || hasDnf()) {
|
||||
if (isArch()) {
|
||||
installationInfo = setupPacmanPack("doxygen", version)
|
||||
} else if (hasDnf()) {
|
||||
|
|
Loading…
Reference in New Issue