Skip to content

Commit 32d3d5c

Browse files
Fix doxygen check (#149)
* Update doxygen version * update the config file
1 parent 97ba668 commit 32d3d5c

File tree

2 files changed

+118
-76
lines changed

2 files changed

+118
-76
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v2
9898
- name: Install Doxygen
9999
run: |
100-
wget -qO- "http://doxygen.nl/files/doxygen-1.8.20.linux.bin.tar.gz" | sudo tar --strip-components=1 -xz -C /usr/local
100+
wget -qO- "http://doxygen.nl/files/doxygen-1.9.1.linux.bin.tar.gz" | sudo tar --strip-components=1 -xz -C /usr/local
101101
sudo apt-get install -y libclang-9-dev
102102
- name: Run Doxygen And Verify Stdout Is Empty
103103
run: |

0 commit comments

Comments
 (0)