Skip to content

Commit a243cae

Browse files
Update doxygen version for Ubuntu 22.04 (#1829)
1 parent 564c48e commit a243cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
submodules: recursive
313313
- name: Install Doxygen
314314
run: |
315-
wget -qO- "https://sourceforge.net/projects/doxygen/files/rel-1.9.2/doxygen-1.9.2.linux.bin.tar.gz/download" | sudo tar --strip-components=1 -xz -C /usr/local
315+
wget -qO- "https://sourceforge.net/projects/doxygen/files/rel-1.9.5/doxygen-1.9.5.linux.bin.tar.gz/download" | sudo tar --strip-components=1 -xz -C /usr/local
316316
sudo apt-get install -y libclang-9-dev libclang-cpp9 graphviz
317317
- name: Install Python3
318318
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)