mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions take 87
This commit is contained in:
@@ -8,14 +8,16 @@ elif [[ "$PLATFORM" == "x86" ]]; then
|
|||||||
export PYTHONFILE_BITS=""
|
export PYTHONFILE_BITS=""
|
||||||
export OPENSSL_BITS=""
|
export OPENSSL_BITS=""
|
||||||
export WIX_BITS="x86"
|
export WIX_BITS="x86"
|
||||||
export $CHOCO_OPTIONS="--forcex86"
|
export CHOCOPTIONS="--forcex86"
|
||||||
fi
|
fi
|
||||||
echo "This is a ${BITS}-bit build for ${PLATFORM}"
|
echo "This is a ${BITS}-bit build for ${PLATFORM}"
|
||||||
|
|
||||||
export mypath=$(pwd)
|
export mypath=$(pwd)
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
choco install python $CHOCO_OPTIONS
|
choco install python $CHOCOPTIONS
|
||||||
|
export python=python3
|
||||||
|
export pip=pip3
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
#echo "Installing Python..."
|
#echo "Installing Python..."
|
||||||
|
|||||||
Reference in New Issue
Block a user