From 7bd2622fd62ee4d02c42cfcfd1ce9aa78ac236ac Mon Sep 17 00:00:00 2001 From: tangxifan Date: Mon, 23 Nov 2020 20:50:19 -0700 Subject: [PATCH] [Test] Try parallel build for Cmake in github actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 296b98016..d4f5602c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,4 +48,4 @@ jobs: working-directory: ${{runner.workspace}}/build shell: bash # Execute the build. You can specify a specific target with "--target " - run: cmake --build . --config $BUILD_TYPE + run: cmake --build . --config $BUILD_TYPE -j 8