Skip to content

Commit cc79438

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

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 apt-get -y update
26+
apt-cache showpkg doxygen
27+
sudo apt-get -y install doxygen graphviz
2728
2829
- name: Configure
2930
run: >

0 commit comments

Comments
 (0)