mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
7 lines
255 B
PowerShell
7 lines
255 B
PowerShell
################################################################################
|
|
## File: Install-7zip.ps1
|
|
## Desc: Install 7zip
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName 7zip.install
|