[ci] Download glslangValidator.exe directly rather than using choco.

The choco package is extremely outdated and breaks now.
This commit is contained in:
Hans-Kristian Arntzen 2023-07-06 15:38:10 +02:00 committed by Robin Kertels
parent 6be1f6d7bd
commit 84e59fc9e5
1 changed files with 2 additions and 3 deletions

View File

@ -16,9 +16,8 @@ jobs:
- name: Setup glslangValidator
shell: pwsh
run: |
choco install vulkan-sdk -y
Write-Output "$([System.Environment]::GetEnvironmentVariable('VULKAN_SDK', 'Machine'))\Bin" `
| Out-File -FilePath "${Env:GITHUB_PATH}" -Append
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HansKristian-Work/vkd3d-proton-ci/main/glslangValidator.exe" -OutFile "glslangValidator.exe"
Write-Output "$pwd" | Out-File -FilePath "${Env:GITHUB_PATH}" -Append
- name: Setup Meson
shell: pwsh