actions take 87

This commit is contained in:
Jay Lee
2020-12-04 16:01:30 -05:00
parent 8434ac1e2f
commit e337d1f116

View File

@@ -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..."