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 310ccf1 commit f854430Copy full SHA for f854430
.github/workflows/test-and-publish.yaml
@@ -169,7 +169,7 @@ jobs:
169
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.11' }}
170
run: |
171
sudo apt-get install -y graphviz
172
- # We need Doxygen 1.9 series
+ # the newest version in Ubuntu 20.04 repository is 1.8.17, but we need Doxygen 1.9 series
173
wget -c -q https://www.doxygen.nl/files/doxygen-1.9.7.linux.bin.tar.gz
174
tar xf doxygen-1.9.7.linux.bin.tar.gz
175
cd doxygen-1.9.7 && sudo make install && cd -
0 commit comments