Skip to content

Commit

Permalink
CI: Add doxygen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
non-det-alle committed Jan 27, 2025
1 parent 7f096ad commit 21e3c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/install-doc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ runs:
graphviz imagemagick texlive-basic texlive-bin texlive-binextra texlive-latexextra
texlive-fontutils texlive-fontsrecommended texlive-mathscience python-sphinx wget &&
pacman --noconfirm -U https://archive.archlinux.org/packages/d/dia/dia-0.97.3-9-x86_64.pkg.tar.zst &&
wget http://www.nsnam.org/packages/doxygen-1.11.0-4-x86_64.pkg.tar.zst &&
pacman -S --noconfirm clang18 &&
wget -nv http://www.nsnam.org/packages/doxygen-1.11.0-4-x86_64.pkg.tar.zst &&
pacman --noconfirm -U doxygen-1.11.0-4-x86_64.pkg.tar.zst &&
mv /etc/ImageMagick-7/policy.xml /etc/ImageMagick-7/policy.xml.bak
- name: "Checkout this repository as ns-3 module"
Expand Down

0 comments on commit 21e3c3e

Please sign in to comment.