Skip to content

Commit f854430

Browse files
Update .github/workflows/test-and-publish.yaml
Co-authored-by: Caleb Aikens <[email protected]>
1 parent 310ccf1 commit f854430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.11' }}
170170
run: |
171171
sudo apt-get install -y graphviz
172-
# We need Doxygen 1.9 series
172+
# the newest version in Ubuntu 20.04 repository is 1.8.17, but we need Doxygen 1.9 series
173173
wget -c -q https://www.doxygen.nl/files/doxygen-1.9.7.linux.bin.tar.gz
174174
tar xf doxygen-1.9.7.linux.bin.tar.gz
175175
cd doxygen-1.9.7 && sudo make install && cd -

0 commit comments

Comments
 (0)