Skip to content

Commit

Permalink
[ci] Download glslangValidator.exe directly rather than using choco.
Browse files Browse the repository at this point in the history
The choco package is extremely outdated and breaks now.
  • Loading branch information
HansKristian-Work committed Jul 6, 2023
1 parent 6be1f6d commit 2d37e09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
choco install curl -y
curl "https://raw.githubusercontent.com/HansKristian-Work/vkd3d-proton-ci/main/glslangValidator.exe" -o "${Env:GITHUB_PATH}\glslangValidator.exe"
- name: Setup Meson
shell: pwsh
Expand Down

0 comments on commit 2d37e09

Please sign in to comment.