Skip to content

Commit

Permalink
limit brew use to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 19, 2024
1 parent 0d41e80 commit daa0298
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dev/ci/setup-host
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ if [ "${GITHUB_ACTIONS:-false}" = "true" ]; then
# Create this file now because otherwise it would be owned by root,
run touch test/test.log

brew update
brew install ccache
if [ "$OS" = "macos" ]; then
brew update
brew install ccache
fi

echo
fi

Expand Down

0 comments on commit daa0298

Please sign in to comment.