Skip to content

Commit 573a76c

Browse files
authored
fix brew install doxygen warning
1 parent 72e92de commit 573a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if [[ "$RUNNER_OS" == "Linux" ]]; then
3232
sudo apt-get install doxygen -y
3333
elif [[ "$RUNNER_OS" == "macOS" ]]; then
34-
brew install doxygen
34+
brew install --formula doxygen
3535
fi
3636
3737
# compile SIPNET

0 commit comments

Comments
 (0)