From 5dfb10d155533b0979e53fd9e6cdeeb3d209bb63 Mon Sep 17 00:00:00 2001 From: bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com> Date: Mon, 6 Sep 2021 21:05:11 +0800 Subject: [PATCH] ubuntu2004 -j 6 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4d663bae461..0abb5947e23 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -99,7 +99,7 @@ jobs: -DCMAKE_BUILD_TYPE=Debug \ -DENABLE_TESTING=on \ -B build - echo "::set-output name=j::10" + echo "::set-output name=j::6" ;; esac ;;