Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent 31b6d83 commit 5c566ca
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]


# - name: Install Doxygen (Ubuntu)
# run: |
Expand Down

0 comments on commit 5c566ca

Please sign in to comment.