Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jun 9, 2024
1 parent 2d36674 commit 94fc35e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Windows_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
echo "${{github.workspace}}/glslang/bin" >> $GITHUB_PATH
- name: Verify glslangValidator installation
shell: pwsh
run: |
if (glslang\\bin\\glslangValidator.exe --version) {
if (& 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 94fc35e

Please sign in to comment.