mirror of https://github.com/aminya/setup-cpp
fix: fix doxygen warning on macos
This commit is contained in:
parent
b8fbd53a44
commit
8672e6af19
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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue