Skip to content

Commit

Permalink
Merge d745c81 into f8747cb
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro committed Nov 1, 2019
2 parents f8747cb + d745c81 commit 66c34f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/azure-devops/win/install.ps1
Expand Up @@ -7,7 +7,8 @@ try {

if ($env:CC_SHORTNAME -eq "mingw" -or $env:CC_SHORTNAME -eq "clang-mingw") {
Write-Host -ForegroundColor Green "`n### Installing msys64 ###`n"
& choco install -y msys2 --no-progress --params="/InstallDir:$env:MSYS2_ROOT /NoUpdate /NoPath"
# Install specific version of msys2. See https://github.com/open62541/open62541/issues/3233
& choco install -y msys2 --version 20180531.0.0 --no-progress --params="/InstallDir:$env:MSYS2_ROOT /NoUpdate /NoPath"

Write-Host -ForegroundColor Green "`n### Installing mbedtls via PacMan ###`n"
# pacman may complain that the directory does not exist, thus create it.
Expand Down

0 comments on commit 66c34f2

Please sign in to comment.