Update before-install.sh (#980)

This commit is contained in:
CHP 2022-12-11 15:25:54 +01:00 committed by GitHub
parent 7885170b1d
commit 88a0ac47b6
1 changed files with 0 additions and 10 deletions

View File

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