Skip to content

Commit

Permalink
fix brew install doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebauer authored Jan 9, 2025
1 parent 72e92de commit 573a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if [[ "$RUNNER_OS" == "Linux" ]]; then
sudo apt-get install doxygen -y
elif [[ "$RUNNER_OS" == "macOS" ]]; then
brew install doxygen
brew install --formula doxygen
fi
# compile SIPNET
Expand Down

0 comments on commit 573a76c

Please sign in to comment.