Skip to content

Commit 7fa314d

Browse files
committed
CI: add clang dep to fix error and git to docs CI
1 parent 1925250 commit 7fa314d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: ./.github/actions/install-doc
2424
- name: "Install additional dependencies for Doxygen"
2525
run: |
26-
pacman -Syu --noconfirm base-devel ninja cmake ccache
26+
pacman -Syu --noconfirm base-devel ninja cmake ccache clang git
2727
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:

.github/workflows/test-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./.github/actions/install-doc
2323
- name: "Install additional dependencies for Doxygen"
2424
run: |
25-
pacman -Syu --noconfirm base-devel ninja cmake ccache
25+
pacman -Syu --noconfirm base-devel ninja cmake ccache clang git
2626
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:

0 commit comments

Comments
 (0)