Loading scripts/ci/gh-actions/windows-setup.ps1 +29 −28 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ Write-Host "::endgroup::" if($Env:GH_YML_MATRIX_PARALLEL -eq "mpi") { $rooturl = "https://github.com/microsoft/Microsoft-MPI/releases/download" $version = "10.1.1" $baseurl = "$rooturl/v$version" # This is taken from the MSMPI VCPKG $baseurl = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623" $version = "10.1.12498" $tempdir = $Env:RUNNER_TEMP $msmpisdk = Join-Path $tempdir msmpisdk.msi Loading @@ -26,6 +26,7 @@ if($Env:GH_YML_MATRIX_PARALLEL -eq "mpi") Write-Host "::endgroup::" Write-Host "::group::Downloading Microsoft MPI Runtime $version" Invoke-WebRequest "$baseurl/msmpisetup.exe" -OutFile $msmpisetup Write-Host "::endgroup::" Write-Host "::group::Installing Microsoft MPI Runtime $version" Loading Loading
scripts/ci/gh-actions/windows-setup.ps1 +29 −28 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ Write-Host "::endgroup::" if($Env:GH_YML_MATRIX_PARALLEL -eq "mpi") { $rooturl = "https://github.com/microsoft/Microsoft-MPI/releases/download" $version = "10.1.1" $baseurl = "$rooturl/v$version" # This is taken from the MSMPI VCPKG $baseurl = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623" $version = "10.1.12498" $tempdir = $Env:RUNNER_TEMP $msmpisdk = Join-Path $tempdir msmpisdk.msi Loading @@ -26,6 +26,7 @@ if($Env:GH_YML_MATRIX_PARALLEL -eq "mpi") Write-Host "::endgroup::" Write-Host "::group::Downloading Microsoft MPI Runtime $version" Invoke-WebRequest "$baseurl/msmpisetup.exe" -OutFile $msmpisetup Write-Host "::endgroup::" Write-Host "::group::Installing Microsoft MPI Runtime $version" Loading