AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.76k stars 434 forks source link

Adsk Contrib - Fix for the doxygen installation failure in the Dependencies latest workflow (Windows) #1890

Closed cedrik-fuoco-adsk closed 9 months ago

cedrik-fuoco-adsk commented 10 months ago

This is a tentative fix for the failure in the dependencies' latest workflow with the Doxygen installation (it seems to be failing randomly).

We are using the package manager Chocolatey, and the Chocolatey package is getting the doxygen files from Sourceforge. It seems like there are issues with either the Chocolatey package or SourceForge and that causes the download to fail.

I've changed the script to download the doxygen release manually from GitHub and install it manually.


An alternative to this would be to ask the maintainer of the doxygen package on Chocolatey (https://github.com/mlt/chocolatey-packages) to download Doxygen from their GitHub release.