mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 06:19:21 +00:00
7 lines
231 B
PowerShell
7 lines
231 B
PowerShell
################################################################################
|
|
## File: Install-Jq.ps1
|
|
## Desc: Install jq
|
|
################################################################################
|
|
|
|
choco install jq -y
|