From 7bd8569151322d672726037611c78c0b00ad5596 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 28 Dec 2021 09:57:14 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8bac66c..a8846b48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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