Skip to content

Commit fdfe7bd

Browse files
authored
Switch doxygen download locations again (#10808)
In the never-ending quest to find the best way to download this switch to using a GitHub based URL to hopefully match GitHub's own uptime. This failed spuriously in the wasip3-prototyping repository so I figured we could try out updating here.
1 parent 7ea7ebc commit fdfe7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
toolchain: wasmtime-ci-pinned-nightly
284284

285285
# Build C API documentation
286-
- run: curl -L https://sourceforge.net/projects/doxygen/files/rel-1.9.3/doxygen-1.9.3.linux.bin.tar.gz/download | tar xzf -
286+
- run: curl -L https://github.com/doxygen/doxygen/releases/download/Release_1_9_3/doxygen-1.9.3.linux.bin.tar.gz | tar xzf -
287287
- run: echo "`pwd`/doxygen-1.9.3/bin" >> $GITHUB_PATH
288288
- run: cmake -S crates/c-api -B target/c-api
289289
- run: cmake --build target/c-api --target doc

0 commit comments

Comments
 (0)