mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[macOS] brew --cask option fix. (#2325)
* [macOS] brew --cask option fix. * removed curl from HS * return curl back
This commit is contained in:
@@ -7,7 +7,7 @@ echo Installing Azure CLI...
|
||||
brew install azure-cli
|
||||
|
||||
echo Installing PowerShell...
|
||||
brew cask install powershell
|
||||
brew install --cask powershell
|
||||
|
||||
# A dummy call of `az` to initialize ~/.azure directory before the modules are installed
|
||||
az -v
|
||||
|
||||
Reference in New Issue
Block a user