From 9f1fdda790de02b250f2c37c5b80f28af21a3ec7 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 12 Aug 2023 12:26:55 +0900 Subject: [PATCH] MINOR: [CI][C++] Remove needless NPROC from Windows job (#37130) ### Rationale for this change It's not used ci/scripts/cpp_build.sh. NUMBER_OF_PROCESSORS is used instead because uname is MINGW64_NT-10.0-20348. ### What changes are included in this PR? Remove unused NPROC. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. Authored-by: Sutou Kouhei Signed-off-by: Sutou Kouhei --- .github/workflows/cpp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index fb76faa529e5c..401f5dcf8916f 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -272,7 +272,6 @@ jobs: CMAKE_INSTALL_LIBDIR: bin CMAKE_INSTALL_PREFIX: /usr CMAKE_UNITY_BUILD: ON - NPROC: 3 steps: - name: Disable Crash Dialogs run: |