Skip to content

Commit

Permalink
fix: use Doxygen 1.10 on Ubuntu 20 and older
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 8, 2024
1 parent f767bd8 commit be629c9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/actions/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/actions/setup-cpp.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/legacy/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/legacy/setup-cpp.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/versions/default_versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}

0 comments on commit be629c9

Please sign in to comment.