From e508e876f79dfeb2d387320c4e6df37071e76f9a Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Wed, 13 Jan 2021 20:34:29 +0300 Subject: [PATCH] [Windows] Define mingw 8.1.0 (#2431) * install the latest version * Revert "install the latest version" This reverts commit ddf40964b55a65010099ea11f0f1ab0921128970. * define mingw 8.1.0 version --- images/win/scripts/Installers/Install-Mingw64.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/Installers/Install-Mingw64.ps1 b/images/win/scripts/Installers/Install-Mingw64.ps1 index b6c860485..15bb31825 100644 --- a/images/win/scripts/Installers/Install-Mingw64.ps1 +++ b/images/win/scripts/Installers/Install-Mingw64.ps1 @@ -3,7 +3,7 @@ ## Desc: Install GNU tools for Windows ################################################################################ -Choco-Install -PackageName mingw +Choco-Install -PackageName mingw -ArgumentList "--version=8.1.0" # Make a copy of mingw32-make.exe to make.exe, which is a more discoverable name # and so the same command line can be used on Windows as on macOS and Linux