mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-22 11:11:25 +01:00
fix pyenv path, hopefully
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -13,13 +13,13 @@ jobs:
|
||||
env:
|
||||
PYENV_VERSION: "2.7.13"
|
||||
PYENV_ROOT: $HOME/.pyenv
|
||||
PATH: "$HOME/.pyenv/bin:$PATH"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Prepare python
|
||||
run: |
|
||||
curl https://pyenv.run | bash
|
||||
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
|
||||
pyenv versions
|
||||
pyenv install --skip-existing "${PYENV_VERSION}"
|
||||
pyenv versions
|
||||
|
||||
Reference in New Issue
Block a user