diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index bdb33cf340..5c35dfe865 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -19,6 +19,7 @@ env: GH_OS_NAME: linux BUILD_TARGET: linux BUILD_TYPE: Release + PYENV_VERSION: 2.7.18 jobs: build: diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index df4103aaf7..933cd58c2d 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -8,6 +8,7 @@ on: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release + PYENV_VERSION: 2.7.18 jobs: build-windows: @@ -58,7 +59,6 @@ jobs: env: GH_OS_NAME: linux BUILD_TARGET: android - PYENV_VERSION: 2.7.18 BUILD_ARCH: ${{ matrix.arch }} steps: - uses: actions/checkout@v2