Skip to content

Commit a003b72

Browse files
gmarullcarlescufi
authored andcommitted
ci: doc-build: change Doxygen download URL
It looks like versions >= 1.9.2 have disappeared from the Sourceforge website. Since they use GH releases since 1.9.6, the version we use, let's just update download URL. Ref. doxygen/doxygen#9801 Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 5d902ea commit a003b72

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
52-
wget --no-verbose https://downloads.sourceforge.net/project/doxygen/rel-${DOXYGEN_VERSION}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
52+
wget --no-verbose "https://github.com/doxygen/doxygen/releases/download/Release_${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)