Skip to content

Commit ee437a5

Browse files
committed
fix: installing libclang-cpp9 for doxygen
1 parent cd21dd2 commit ee437a5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.

src/doxygen/doxygen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export async function setupDoxygen(version: string, setupDir: string, arch: stri
4646
try {
4747
// doxygen on stable Ubuntu repositories is very old. So, we use get the binary from the website itself
4848
installationInfo = await setupBin("doxygen", version, getDoxygenPackageInfo, setupDir, arch)
49+
setupAptPack("libclang-cpp9")
4950
} catch (err) {
5051
notice(`Failed to download doxygen binary. ${err}. Falling back to apt-get.`)
5152
installationInfo = setupAptPack("doxygen", undefined)

0 commit comments

Comments
 (0)