Skip to content

Commit 3cb0ec0

Browse files
author
Adelina Tuvenie
committed
Install nssm
Signed-off-by: Adelina Tuvenie <[email protected]>
1 parent fbdcdde commit 3cb0ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/setup/prepare_env_windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prepare windows environment for building and running containerd tests
22

3-
$PACKAGES= @{ mingw = ""; git = ""; golang = "1.16.7"; make = "" }
3+
$PACKAGES= @{ mingw = ""; git = ""; golang = "1.16.7"; make = ""; nssm = "" }
44

55
write-host "Downloading chocolatey package"
66
curl.exe -L "https://packages.chocolatey.org/chocolatey.0.10.15.nupkg" -o 'c:\choco.zip'

0 commit comments

Comments
 (0)