mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-07 03:56:42 +01:00
maybe the most recent python 2.7 version can build…
This commit is contained in:
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
@@ -9,19 +9,13 @@ on:
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
||||
runs-on: macOS-latest
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PYENV_VERSION: "2.7.13"
|
||||
PYENV_VERSION: "2.7.17"
|
||||
PYENV_ROOT: $HOME/.pyenv
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install stable toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: Prepare python
|
||||
run: |
|
||||
curl https://pyenv.run | bash
|
||||
|
||||
Reference in New Issue
Block a user