diff --git a/appveyor.yml b/appveyor.yml index 6135f98759..6c2c2ddf59 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -162,6 +162,10 @@ $env:Path = "$machinePath;$userPath" + $env:Path += "C:\Program Files\doxygen\bin" + + Get-Command doxygen,pandoc + } if (($env:BOND_BUILD -eq 'C++') -and (-not ($env:BOND_CMAKE_FLAGS -match '-DBOND_ENABLE_GRPC=FALSE'))) {