Skip to content

Commit ab8ca7c

Browse files
authored
Simplify brew install command in build.yml
1 parent 4269a44 commit ab8ca7c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
sudo apt-get install jsvc
4141
else
4242
brew update
43-
brew install coreutils commons-daemon
44-
fi
43+
brew install coreutils jsvc fi
4544
unzip OpenICF-java-framework/openicf-zip/target/openicf-*.zip
4645
openicf/bin/ConnectorServer.sh
4746
openicf/bin/openicf.sh start

0 commit comments

Comments
 (0)