From 94fc35e460429abd2da5e7147e2d23be39793cdc Mon Sep 17 00:00:00 2001 From: Ishan09811 <156402647+Ishan09811@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:46:36 +0530 Subject: [PATCH] fix --- .github/workflows/Windows_Build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Windows_Build.yml b/.github/workflows/Windows_Build.yml index d18bfd8ea..7871d69a3 100644 --- a/.github/workflows/Windows_Build.yml +++ b/.github/workflows/Windows_Build.yml @@ -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."