From 85eae93c943e41e72fb733e0fc32109137c775fb Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 13 Aug 2024 18:35:21 -0700 Subject: [PATCH] test Doxygen on jammy Signed-off-by: Steve Peters --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2888e4bd5..255e5ad29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: uses: gazebo-tooling/action-gz-ci@jammy with: codecov-enabled: true + doxygen-enabled: true noble-ci: runs-on: ubuntu-latest name: Ubuntu Noble CI @@ -32,4 +33,3 @@ jobs: with: cppcheck-enabled: true cpplint-enabled: true - doxygen-enabled: true