From 82bae0b28465c629df8b89d86691a497b45ef110 Mon Sep 17 00:00:00 2001 From: Ishan09811 <156402647+Ishan09811@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:16:57 +0530 Subject: [PATCH] correct path --- .github/workflows/Windows_Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Windows_Build.yml b/.github/workflows/Windows_Build.yml index 6ecb2bcff..462dc1354 100644 --- a/.github/workflows/Windows_Build.yml +++ b/.github/workflows/Windows_Build.yml @@ -32,7 +32,7 @@ jobs: - name: Setup glslang run: | - bash setup-glslang.sh + bash ./.github/workflows/setup-glslang.sh - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.