We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b65ea commit 257dfb6Copy full SHA for 257dfb6
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install Doxygen
28
env:
29
- DOXYGEN_VERSION: 1.9.8
+ DOXYGEN_VERSION: 1.11.0
30
run: |
31
wget -q https://www.doxygen.nl/files/doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
32
tar -xf doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
0 commit comments