From 3cb0ec01ec86a289aa24ba8979720dc3c91593c3 Mon Sep 17 00:00:00 2001 From: Adelina Tuvenie Date: Fri, 1 Oct 2021 15:38:14 +0300 Subject: [PATCH] Install nssm Signed-off-by: Adelina Tuvenie --- script/setup/prepare_env_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/prepare_env_windows.ps1 b/script/setup/prepare_env_windows.ps1 index 60aafdb45..3814e8bd0 100644 --- a/script/setup/prepare_env_windows.ps1 +++ b/script/setup/prepare_env_windows.ps1 @@ -1,6 +1,6 @@ # Prepare windows environment for building and running containerd tests -$PACKAGES= @{ mingw = ""; git = ""; golang = "1.16.7"; make = "" } +$PACKAGES= @{ mingw = ""; git = ""; golang = "1.16.7"; make = ""; nssm = "" } write-host "Downloading chocolatey package" curl.exe -L "https://packages.chocolatey.org/chocolatey.0.10.15.nupkg" -o 'c:\choco.zip'