Update: doxygen version to 1.17.0.

This commit is contained in:
Rito12
2026-05-02 19:45:52 +02:00
committed by rubidium42
parent 1a59742990
commit fa6152d91f
+1 -1
View File
@@ -8,7 +8,7 @@ runs:
echo "::group::Downloading"
# Download currently (at the time of creation this action) latest version of Doxygen
# because version in ubuntu repository (1.9.8) is outdated and buggy.
wget -O doxygen.tar.gz "https://github.com/doxygen/doxygen/releases/download/Release_1_16_1/doxygen-1.16.1.linux.bin.tar.gz"
wget -O doxygen.tar.gz "https://github.com/doxygen/doxygen/releases/download/Release_1_17_0/doxygen-1.17.0.linux.bin.tar.gz"
echo "::endgroup::"
echo "::group::Unpacking"