aboutsummaryrefslogtreecommitdiff
path: root/kokoro/scripts/windows/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/scripts/windows/build.bat')
-rw-r--r--kokoro/scripts/windows/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/scripts/windows/build.bat b/kokoro/scripts/windows/build.bat
index fa7a71a0..a4ce792a 100644
--- a/kokoro/scripts/windows/build.bat
+++ b/kokoro/scripts/windows/build.bat
@@ -22,7 +22,7 @@ set BUILD_TYPE=%1
set VS_VERSION=%2
:: Force usage of python 3.6
-set PATH=C:\python36;%PATH%
+set PATH=C:\python36;"C:\Program Files\CMake\bin";%PATH%
cd %SRC%
git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers