From 0f64fdfbfd41f5b5310f37f169a07b41cf9187c7 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 5 May 2022 19:36:44 -0400 Subject: [PATCH] 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 --- .github/workflows/doc-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index ed87e10391e..a6edf3e202f 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -30,7 +30,7 @@ env: # The latest CMake available directly with apt is 3.18, but we need >=3.20 # so we fetch that through pip. CMAKE_VERSION: 3.20.5 - DOXYGEN_VERSION: 1.9.2 + DOXYGEN_VERSION: 1.9.4 jobs: doc-build-html: