[Test] Try parallel build for Cmake in github actions
This commit is contained in:
parent
84c39315a5
commit
7bd2622fd6
|
@ -48,4 +48,4 @@ jobs:
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
shell: bash
|
shell: bash
|
||||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||||
run: cmake --build . --config $BUILD_TYPE
|
run: cmake --build . --config $BUILD_TYPE -j 8
|
||||||
|
|
Loading…
Reference in New Issue