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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -199,6 +199,7 @@ jobs:
|
|||||||
cd bootloader
|
cd bootloader
|
||||||
if [ "${PLATFORM}" == "x86" ]; then
|
if [ "${PLATFORM}" == "x86" ]; then
|
||||||
TARGETARCH="--target-arch=32bit"
|
TARGETARCH="--target-arch=32bit"
|
||||||
|
fi
|
||||||
$python ./waf all $TARGETARCH
|
$python ./waf all $TARGETARCH
|
||||||
cd ..
|
cd ..
|
||||||
$pip install .
|
$pip install .
|
||||||
|
|||||||
Reference in New Issue
Block a user