Skip to content

Commit

Permalink
kokoro: windows: use Python 3.12
Browse files Browse the repository at this point in the history
crbug.com/350048185
  • Loading branch information
dneto0 committed Dec 18, 2024
1 parent e639dbc commit 79d51f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ set SRC=%cd%\github\shaderc
set BUILD_TYPE=%1
set VS_VERSION=%2

:: Force usage of python 3.6.
set PATH=C:\python36;%PATH%
:: Force usage of python 3.12
set PATH=C:\python312;%PATH%
:: Glslang requires cmake 3.27 or later
set PATH=C:\cmake-3.31.2\bin;%PATH%

Expand Down

0 comments on commit 79d51f1

Please sign in to comment.