From 5c566ca79136372e95bc02c1157e1909b421c341 Mon Sep 17 00:00:00 2001 From: Franziska Wegner <57569315+franziska-wegner@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:12:10 -0800 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 26 +++++++++++++--------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8ac8eec7..c1b5de2f 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -112,17 +112,21 @@ jobs: cjk bibtex - - name: Install Doxygen - run: | - if [ "$RUNNER_OS" == "Linux" ]; then - sudo apt-get install doxygen - elif [ "$RUNNER_OS" == "Windows" ]; then - brew install doxygen - else - echo "$RUNNER_OS not supported" - # exit 1 - fi - shell: bash + # - name: Install Doxygen + # run: | + # if [ "$RUNNER_OS" == "Linux" ]; then + # sudo apt-get install doxygen + # elif [ "$RUNNER_OS" == "Windows" ]; then + # brew install doxygen + # else + # echo "$RUNNER_OS not supported" + # # exit 1 + # fi + # shell: bash + + - name: doxygen-install + uses: ssciwr/doxygen-install@v1.2.0 + # - name: Install Doxygen (Ubuntu) # run: |