[Test] Try parallel build for Cmake in github actions

This commit is contained in:
tangxifan 2020-11-23 20:50:19 -07:00
parent 84c39315a5
commit 7bd2622fd6
1 changed files with 1 additions and 1 deletions

View File

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