actions take 93

This commit is contained in:
Jay Lee
2020-12-04 17:50:22 -05:00
parent 2d8c3427c4
commit f126cc1d6c

View File

@ -15,8 +15,8 @@ echo "This is a ${BITS}-bit build for ${PLATFORM}"
export mypath=$(pwd)
cd ~
export python="python3"
export pip="pip3"
export python="python"
export pip="pip"
# Python
#echo "Installing Python..."