Update pr-ci.yml

This commit is contained in:
deal 2021-12-30 19:53:30 +08:00 committed by GitHub
parent cc534cddd2
commit 369d84cc3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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