ci/msvc: Stick deqp-runner to version v0.16.1

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26736>
This commit is contained in:
Yonggang Luo
2023-12-21 07:55:02 +08:00
committed by Marge Bot
parent 5109790cf9
commit 85bbc1a753

View File

@@ -128,7 +128,7 @@ Remove-Item C:\rustup-init.exe;
Get-Date
Write-Host "Installing deqp-runner"
$env:Path += ";$($env:USERPROFILE)\.cargo\bin"
cargo install --git https://gitlab.freedesktop.org/anholt/deqp-runner.git
cargo install --git https://gitlab.freedesktop.org/anholt/deqp-runner.git --tag v0.16.1
Get-Date
Write-Host "Downloading DirectX 12 Agility SDK"