Update build.yml

This commit is contained in:
Jay Lee
2021-12-28 09:57:14 -05:00
committed by GitHub
parent b03c9f1e35
commit 7bd8569151

View File

@@ -200,7 +200,7 @@ jobs:
git clone https://github.com/pyinstaller/pyinstaller.git
cd pyinstaller
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rf PyInstaller/bootloader/*/*
rm -rf PyInstaller/bootloader/*-*/*
cd bootloader
export DefaultWindowsSDKVersion="10.0.20348.0"
if [ "${PLATFORM}" == "x86" ]; then