Skip to content

Commit

Permalink
Try sourceforge download
Browse files Browse the repository at this point in the history
  • Loading branch information
dsieger committed Nov 27, 2022
1 parent a6ef79c commit 0135b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get install -o Acquire::Retries=3 doxygen xorg-dev texlive-base libclang-9-dev libclang-cpp9

- name: Fetch doxygen
run: export DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.9.2.linux.bin.tar.gz" && mkdir doxygen && wget -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C doxygen && echo `pwd`/doxygen/bin >> $GITHUB_PATH
run: export DOXYGEN_URL="https://sourceforge.net/projects/doxygen/files/rel-1.9.2/doxygen-1.9.2.linux.bin.tar.gz/download" && mkdir doxygen && wget -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C doxygen && echo `pwd`/doxygen/bin >> $GITHUB_PATH

- name: Create build directory
run: cmake -E make_directory ${{runner.workspace}}/build
Expand Down

0 comments on commit 0135b65

Please sign in to comment.