mirror of
https://github.com/actions/runner-images.git
synced 2026-01-02 08:07:44 +08:00
* added aliyun cli to windows * added aliyun cli to Ubuntu Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
6 lines
265 B
PowerShell
6 lines
265 B
PowerShell
################################################################################
|
|
## File: Install-AliyunCli.ps1
|
|
## Desc: Install Alibaba Cloud CLI
|
|
################################################################################
|
|
|
|
choco install aliyun-cli -y |