mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[ci] Download glslangValidator.exe directly rather than using choco.
The choco package is extremely outdated and breaks now.
This commit is contained in:
parent
6be1f6d7bd
commit
84e59fc9e5
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test-build-windows.yml
vendored
5
.github/workflows/test-build-windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue