Skip to content

Commit cd5521a

Browse files
committed
Update docs CI with upstream ns-3 changes
1 parent ecf10ae commit cd5521a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/install-doc/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
run: >
1212
pacman-key --init && pacman -Syu --noconfirm
1313
python python-sphinx make libxml2-legacy
14-
graphviz imagemagick
14+
graphviz imagemagick libx264
1515
texlive-basic texlive-bin texlive-binextra texlive-latexextra texlive-fontutils texlive-fontsrecommended texlive-mathscience
1616
wget &&
1717
pacman --noconfirm -U

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Install additional dependencies for Doxygen"
2525
run: |
2626
pacman -Syu --noconfirm base-devel ninja cmake ccache
27-
pacman --noconfirm -U https://archive.archlinux.org/packages/d/doxygen/doxygen-1.15.0-1-x86_64.pkg.tar.zst
27+
pacman --noconfirm -U https://archive.archlinux.org/packages/d/doxygen/doxygen-1.15.0-2-x86_64.pkg.tar.zst
2828
- name: "Build ns-3"
2929
env:
3030
BUILD_ID: per-commit-g++-debug

.github/workflows/test-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "Install additional dependencies for Doxygen"
2424
run: |
2525
pacman -Syu --noconfirm base-devel ninja cmake ccache
26-
pacman --noconfirm -U https://archive.archlinux.org/packages/d/doxygen/doxygen-1.15.0-1-x86_64.pkg.tar.zst
26+
pacman --noconfirm -U https://archive.archlinux.org/packages/d/doxygen/doxygen-1.15.0-2-x86_64.pkg.tar.zst
2727
- name: "Build ns-3"
2828
env:
2929
BUILD_ID: per-commit-g++-debug

0 commit comments

Comments
 (0)