mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 10:24:10 +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
5
.github/workflows/test-build-windows.yml
vendored
5
.github/workflows/test-build-windows.yml
vendored
@ -16,9 +16,8 @@ jobs:
|
|||||||
- name: Setup glslangValidator
|
- name: Setup glslangValidator
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
choco install vulkan-sdk -y
|
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HansKristian-Work/vkd3d-proton-ci/main/glslangValidator.exe" -OutFile "glslangValidator.exe"
|
||||||
Write-Output "$([System.Environment]::GetEnvironmentVariable('VULKAN_SDK', 'Machine'))\Bin" `
|
Write-Output "$pwd" | Out-File -FilePath "${Env:GITHUB_PATH}" -Append
|
||||||
| Out-File -FilePath "${Env:GITHUB_PATH}" -Append
|
|
||||||
|
|
||||||
- name: Setup Meson
|
- name: Setup Meson
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
Loading…
Reference in New Issue
Block a user