mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update build.yml
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -180,12 +180,6 @@ jobs:
|
|||||||
$pip install --upgrade pip $pipoptions
|
$pip install --upgrade pip $pipoptions
|
||||||
$pip install wheel $pipoptions
|
$pip install wheel $pipoptions
|
||||||
|
|
||||||
- name: Windows SDK Install
|
|
||||||
uses: fbactions/setup-winsdk@v1
|
|
||||||
if: matrix.os == 'windows-2022'
|
|
||||||
with:
|
|
||||||
winsdk-build-version: 20348
|
|
||||||
|
|
||||||
- name: Install PyInstaller
|
- name: Install PyInstaller
|
||||||
if: matrix.goal != 'test'
|
if: matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
@@ -195,6 +189,7 @@ jobs:
|
|||||||
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
||||||
rm -rf PyInstaller/bootloader/*/*
|
rm -rf PyInstaller/bootloader/*/*
|
||||||
cd bootloader
|
cd bootloader
|
||||||
|
export DefaultWindowsSDKVersion="10.0.20348.0"
|
||||||
if [ "${PLATFORM}" == "x86" ]; then
|
if [ "${PLATFORM}" == "x86" ]; then
|
||||||
TARGETARCH="--target-arch=32bit"
|
TARGETARCH="--target-arch=32bit"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user