mirror of https://github.com/axmolengine/axmol.git
Update before-install.sh (#980)
This commit is contained in:
parent
7885170b1d
commit
88a0ac47b6
|
@ -47,16 +47,6 @@ function install_environement()
|
|||
fi
|
||||
}
|
||||
|
||||
# install newer python for android for ssl connection
|
||||
if [ "$GH_OS_NAME" == "linux" ]; then
|
||||
echo "Installing pyenv for github ci..."
|
||||
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
|
||||
export PATH="/home/runner/.pyenv/bin:$PATH"
|
||||
pyenv install --list
|
||||
pyenv install $PYENV_VERSION
|
||||
pyenv versions
|
||||
fi
|
||||
|
||||
python -V
|
||||
cmake --version
|
||||
|
||||
|
|
Loading…
Reference in New Issue