From 369d84cc3ffd479161ce75727528593e0ffa2d16 Mon Sep 17 00:00:00 2001 From: deal Date: Thu, 30 Dec 2021 19:53:30 +0800 Subject: [PATCH] Update pr-ci.yml --- .github/workflows/pr-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index cb0956c9e1..6d756d8ecb 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