Skip to content

Commit 6388778

Browse files
gmarullstephanosio
authored andcommitted
ci: doc-build: update Doxygen download URL
Doxygen only serves the latest couple of releases from their website. However, all releases (including the old ones) can be downloaded from Sourceforge. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 5b1b052 commit 6388778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
sudo apt-get update
5151
sudo apt-get install -y ninja-build graphviz libclang1-9 libclang-cpp9
52-
wget --no-verbose https://www.doxygen.nl/files/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
52+
wget --no-verbose https://downloads.sourceforge.net/project/doxygen/rel-${DOXYGEN_VERSION}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
5353
tar xf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
5454
echo "${PWD}/doxygen-${DOXYGEN_VERSION}/bin" >> $GITHUB_PATH
5555

0 commit comments

Comments
 (0)