Update before-install.sh (#980)

This commit is contained in:
CHP 2022-12-11 15:25:54 +01:00 committed by GitHub
parent d000a1bcb7
commit 09f5ac6150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

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