This commit is contained in:
halx99 2021-12-30 17:56:35 +08:00
parent 5d5670e83e
commit eff58bb762
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ env:
GH_OS_NAME: linux
BUILD_TARGET: linux
BUILD_TYPE: Release
PYENV_VERSION: 2.7.18
jobs:
build:

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