Use a specific version of doxygen (1.9.6)

This commit is contained in:
Crayon2000 2023-02-05 14:22:25 -05:00
parent 7ed7b6b16b
commit f2235220d5
2 changed files with 5 additions and 2 deletions

View file

@ -18,8 +18,11 @@ jobs:
- name: Install doxygen
run: |
wget https://www.doxygen.nl/files/doxygen-1.9.6.linux.bin.tar.gz -O - | tar -xzv --directory=/tmp/
cd /tmp/doxygen-*
sudo make install
sudo apt-get update
sudo apt-get install doxygen doxygen-latex graphviz
sudo apt-get install doxygen-latex graphviz
- name: Generate documentation
run: |

View file

@ -1,4 +1,4 @@
Copyright (c) 2009-2022 The GRRLIB Team
Copyright (c) 2009-2023 The GRRLIB Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal