mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
8 lines
310 B
PowerShell
8 lines
310 B
PowerShell
################################################################################
|
|
## File: Install-7zip.ps1
|
|
## Desc: Install 7zip
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName 7zip.install
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "7-Zip" |