2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-15 06:12:52 +00:00

fixed capitalization on mac

This commit is contained in:
Dave Musicant / thinkpad 2020-12-09 16:51:32 -06:00
parent f18fee7388
commit 6b8c6f14bc

View File

@ -14,7 +14,7 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get -y install inotify-tools
sudo apt-get -y install bats
elif [ "$RUNNER_OS" == "MacOS" ]; then
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install fswatch
brew install coreutils # in order to get readlink
brew install bats-core