From f2235220d5b1e10fd52e534bdd4da26284b7e737 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Sun, 5 Feb 2023 14:22:25 -0500 Subject: [PATCH] Use a specific version of doxygen (1.9.6) --- .github/workflows/doc.yml | 5 ++++- LICENCE.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 6487630..aab5e10 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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: | diff --git a/LICENCE.md b/LICENCE.md index d9637e2..39580ce 100644 --- a/LICENCE.md +++ b/LICENCE.md @@ -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