mirror of https://github.com/axmolengine/axmol.git
Update before-install.sh (#980)
This commit is contained in:
parent
d000a1bcb7
commit
09f5ac6150
|
@ -47,16 +47,6 @@ function install_environement()
|
||||||
fi
|
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
|
python -V
|
||||||
cmake --version
|
cmake --version
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue