Fixed Github CI Windows build.

This commit is contained in:
23rd 2021-03-17 12:45:19 +03:00
parent 04b0e2e9e6
commit 23156d523c
2 changed files with 3 additions and 2 deletions

View File

@ -128,7 +128,7 @@ jobs:
shell: bash
run: |
echo "Find any version of Python 2."
p=`ls /c/hostedtoolcache/windows/python | grep 2 | tail -1`
p=`ls /c/hostedtoolcache/windows/python | grep "^2" | tail -1`
if [ -z "$p" ]; then
echo "Python 2 is not found."
exit 1
@ -409,6 +409,7 @@ jobs:
-D TDESKTOP_API_TEST=ON ^
-D DESKTOP_APP_USE_PACKAGED=OFF ^
-D DESKTOP_APP_DISABLE_CRASH_REPORTS=OFF ^
-D DESKTOP_APP_NO_PDB=ON ^
%TDESKTOP_BUILD_DEFINE% ^
-DCMAKE_SYSTEM_VERSION=%SDK%

2
cmake

@ -1 +1 @@
Subproject commit 25f0733a602f8b44a31d555f2410e10e10b0dfe5
Subproject commit bd9c097fea8b1f9deefa5b541a288e628ec732f5