mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
9 lines
302 B
PowerShell
9 lines
302 B
PowerShell
################################################################################
|
|
## File: Install-Swig.ps1
|
|
## Desc: Install Swig
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName swig
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Swig"
|