mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-23 15:30:36 +00:00
Add cmake to windows path for kokoro (#4129)
* Add cmake to windows path for kokoro
This commit is contained in:
parent
a61600c763
commit
a4f97da409
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user