Skip to content

Commit

Permalink
pain
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jun 9, 2024
1 parent 94fc35e commit e99d3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Windows_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Verify glslangValidator installation
shell: pwsh
run: |
if (& glslang\\bin\\glslangValidator.exe --version) {
if (& "${{github.workspace}}/glslang/bin/glslangValidator.exe" --version) {
Write-Output "glslangValidator is installed successfully."
} else {
Write-Error "glslangValidator could not be found."
Expand Down

0 comments on commit e99d3e6

Please sign in to comment.