mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
7 lines
242 B
PowerShell
7 lines
242 B
PowerShell
################################################################################
|
|
## File: Install-zstd.ps1
|
|
## Desc: Install zstd
|
|
################################################################################
|
|
|
|
choco install zstandard -y
|