build: force windows cipd init and python3 existence

This commit is contained in:
Samuel Attard
2024-09-27 08:16:36 -07:00
parent 3addfb1943
commit 288441ec9e

View File

@@ -14,3 +14,7 @@ runs:
export BUILD_TOOLS_SHA=33dc5186556bfbf7b0121a00cdd89ed3802e47da
npm i -g @electron/build-tools
e auto-update disable
if [ "$(expr substr $(uname -s) 1 10)" == "MSYS_NT-10" ]; then
e d cipd.bat --version
cp "C:\Python37\python.exe" cp "C:\Python37\python3.exe"
fi