From 85bbc1a753079453f14b9919e62f2817d12cc377 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 21 Dec 2023 07:55:02 +0800 Subject: [PATCH] ci/msvc: Stick deqp-runner to version v0.16.1 Signed-off-by: Yonggang Luo Reviewed-by: Jesse Natalie Part-of: --- .gitlab-ci/windows/mesa_deps_test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/windows/mesa_deps_test.ps1 b/.gitlab-ci/windows/mesa_deps_test.ps1 index 21f0f627cdb..a54df96604e 100644 --- a/.gitlab-ci/windows/mesa_deps_test.ps1 +++ b/.gitlab-ci/windows/mesa_deps_test.ps1 @@ -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"