We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564c48e commit a243caeCopy full SHA for a243cae
.github/workflows/ci.yml
@@ -312,7 +312,7 @@ jobs:
312
submodules: recursive
313
- name: Install Doxygen
314
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
+ 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
316
sudo apt-get install -y libclang-9-dev libclang-cpp9 graphviz
317
- name: Install Python3
318
uses: actions/setup-python@v2
0 commit comments