Skip to content

Commit 9729d5c

Browse files
Updates docs.yml workflow to use newer doxygen
1 parent 97e6cb0 commit 9729d5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222

2323
- name: Prerequisites
2424
run: |
25-
sudo apt update
26-
sudo apt install doxygen graphviz
25+
sudo add-apt-repository universe
26+
sudo apt-get -y update
27+
sudo apt-get -y install doxygen=1.9.8+ds-2 graphviz
2728
2829
- name: Configure
2930
run: >

0 commit comments

Comments
 (0)