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:
parent
5109790cf9
commit
85bbc1a753
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ Remove-Item C:\rustup-init.exe;
|
||||||
Get-Date
|
Get-Date
|
||||||
Write-Host "Installing deqp-runner"
|
Write-Host "Installing deqp-runner"
|
||||||
$env:Path += ";$($env:USERPROFILE)\.cargo\bin"
|
$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
|
Get-Date
|
||||||
Write-Host "Downloading DirectX 12 Agility SDK"
|
Write-Host "Downloading DirectX 12 Agility SDK"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue