[Test] Bug fix in using MAKEFLAGS
This commit is contained in:
parent
88bf523bc8
commit
82954483b8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue