[Test] Bug fix in using MAKEFLAGS

This commit is contained in:
tangxifan 2020-11-24 09:29:11 -07:00
parent 88bf523bc8
commit 82954483b8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
MAKE_FLAGS: "-j8"
MAKEFLAGS: "-j8"
# Multiple job to tests
jobs: