Module: Mesa Branch: main Commit: 85bbc1a753079453f14b9919e62f2817d12cc377 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85bbc1a753079453f14b9919e62f2817d12cc377
Author: Yonggang Luo <[email protected]> Date: Thu Dec 21 07:55:02 2023 +0800 ci/msvc: Stick deqp-runner to version v0.16.1 Signed-off-by: Yonggang Luo <[email protected]> Reviewed-by: Jesse Natalie <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26736> --- .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"
