mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-21 07:38:00 +00:00
Fixed Github CI Windows build.
This commit is contained in:
parent
04b0e2e9e6
commit
23156d523c
3
.github/workflows/win.yml
vendored
3
.github/workflows/win.yml
vendored
@ -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
2
cmake
@ -1 +1 @@
|
||||
Subproject commit 25f0733a602f8b44a31d555f2410e10e10b0dfe5
|
||||
Subproject commit bd9c097fea8b1f9deefa5b541a288e628ec732f5
|
Loading…
Reference in New Issue
Block a user