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: |