Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] fix deprecated 'brew cask install' call #3692

Merged
merged 1 commit into from
Dec 29, 2020

Conversation

jameslamb
Copy link
Collaborator

@jameslamb jameslamb commented Dec 29, 2020

Noticed this warning in R CI jobs on Mac (for example https://github.com/microsoft/LightGBM/runs/1620012053).

Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead.

This PR changes the one use of brew cask install to brew install --cask so that warning does not become an error whenever brew cask install is formally removed. It also removes some leftover horizontal whitespace in CI scripts.

@StrikerRUS StrikerRUS merged commit 967b45c into microsoft:master Dec 29, 2020
@jameslamb jameslamb deleted the ci/brew-install branch February 7, 2021 03:35
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants