Skip to content

Commit

Permalink
fix: fix doxygen warning on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 31, 2024
1 parent b8fbd53 commit 8672e6a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
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.

2 changes: 1 addition & 1 deletion dist/modern/setup-cpp.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modern/setup-cpp.mjs.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/doxygen/doxygen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ export async function setupDoxygen(version: string, setupDir: string, arch: stri
// try {
// installationInfo = await setupBin("doxygen", version, getDoxygenPackageInfo, setupDir, arch)
// } catch {
const installationInfo = await installBrewPack("doxygen", undefined)
const installationInfo = await installBrewPack("doxygen", undefined, {
cask: true,
})
// }

// only install graphviz if the macOS version is greater than 11
Expand Down

0 comments on commit 8672e6a

Please sign in to comment.