Skip to content

Commit 9734b40

Browse files
author
Adelina Tuvenie
committed
Pin mingw to version 10.2.0
Signed-off-by: Adelina Tuvenie <[email protected]>
1 parent d19af5a commit 9734b40

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.17.1"; make = ""; nssm = "" }
3+
$PACKAGES= @{ mingw = "10.2.0"; git = ""; golang = "1.17.1"; 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)