action: doc: use doxygen 1.9.4
1.9.2 distribution does not exist any more. Use the 1.9.4 which is the latest. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ddb779e31d
commit
0f64fdfbfd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc-build.yml
vendored
2
.github/workflows/doc-build.yml
vendored
|
@ -30,7 +30,7 @@ env:
|
||||||
# The latest CMake available directly with apt is 3.18, but we need >=3.20
|
# The latest CMake available directly with apt is 3.18, but we need >=3.20
|
||||||
# so we fetch that through pip.
|
# so we fetch that through pip.
|
||||||
CMAKE_VERSION: 3.20.5
|
CMAKE_VERSION: 3.20.5
|
||||||
DOXYGEN_VERSION: 1.9.2
|
DOXYGEN_VERSION: 1.9.4
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
doc-build-html:
|
doc-build-html:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue