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 97ba668 commit 32d3d5cCopy full SHA for 32d3d5c
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
- uses: actions/checkout@v2
98
- name: Install Doxygen
99
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
+ wget -qO- "http://doxygen.nl/files/doxygen-1.9.1.linux.bin.tar.gz" | sudo tar --strip-components=1 -xz -C /usr/local
101
sudo apt-get install -y libclang-9-dev
102
- name: Run Doxygen And Verify Stdout Is Empty
103
0 commit comments