Skip to content

Commit

Permalink
ci: add doxygen package
Browse files Browse the repository at this point in the history
  • Loading branch information
nagendraputhane authored and kmonendra committed Dec 18, 2024
1 parent d8e9c24 commit 9e9335d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
apt-get install -y libconfuse-dev libelf-dev libffi7 libmnl-dev libnl-3-dev libnl-route-3-dev
apt-get install -y libnuma-dev libpcap-dev libssl-dev nasm ninja-build python3-all python3-dev
apt-get install -y python3-jsonschema pkg-config python3-pip python3-ply python3-setuptools python3-venv
apt-get install -y python3-virtualenv tshark lsb-release
apt-get install -y python3-virtualenv tshark lsb-release doxygen
pip3 install --upgrade pip
pip3 install meson==1.5.2
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cn9k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
apt-get install -y libconfuse-dev libelf-dev libffi7 libmnl-dev libnl-3-dev libnl-route-3-dev
apt-get install -y libnuma-dev libpcap-dev libssl-dev nasm ninja-build python3-all python3-dev
apt-get install -y python3-jsonschema python3-pip python3-ply python3-setuptools python3-venv
apt-get install -y python3-virtualenv tshark lsb-release build-essential pkg-config
apt-get install -y python3-virtualenv tshark lsb-release build-essential pkg-config doxygen
pip3 install --upgrade pip
pip3 install meson==1.5.2
run: |
Expand Down

0 comments on commit 9e9335d

Please sign in to comment.