Skip to content

Commit a9c830d

Browse files
authored
Merge pull request #117 from aminya/doxygen [skip ci]
2 parents 58016a1 + f73b36a commit a9c830d

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/setup_cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/default_versions.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
5252
20: "0.63.0",
5353
18: "0.61.4",
5454
},
55-
doxygen: {
56-
20: "1.9.4",
57-
},
5855
nala: {
5956
22: "",
6057
21: "legacy",

src/doxygen/doxygen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function setupDoxygen(version: string, setupDir: string, arch: stri
6161
}
6262
case "linux": {
6363
let installationInfo: InstallationInfo
64-
if (version === "" || isArch() || hasDnf()) {
64+
if (version === "" || version === undefined || isArch() || hasDnf()) {
6565
if (isArch()) {
6666
installationInfo = setupPacmanPack("doxygen", version)
6767
} else if (hasDnf()) {

0 commit comments

Comments
 (0)