From bb218e487e846bcb0d40b2108411a0463103908d Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:27:53 -0500 Subject: [PATCH] ci(build): re-enable docs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01eba00f..71812038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,7 @@ jobs: - name: Setup Dependencies macOS if: runner.os == 'macOS' run: | + brew update brew install \ cmake \ doxygen \ @@ -112,8 +113,7 @@ jobs: # Doxygen from Ubuntu is too old, need Doxygen >= 1.10 DOCS=OFF else - # Doxygen 1.13 is incompatible with doxygen-awesome-css - DOCS=OFF + DOCS=ON fi cmake \