Skip to content

Commit a0962aa

Browse files
committed
install doxygen
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 948bdff commit a0962aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
ref: fix-sdk-docs-build
2222
submodules: true
2323

24-
- name: Install Python dependencies
24+
- name: Install build dependencies
2525
run: |
26+
apt install doxygen
2627
pip install -U pip
2728
pip install -r requirements.txt
2829

0 commit comments

Comments
 (0)