diff --git a/dev/ci/setup-host b/dev/ci/setup-host index 85c2d1b114..b2af86c8fc 100755 --- a/dev/ci/setup-host +++ b/dev/ci/setup-host @@ -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