Commits


Sutou Kouhei authored and GitHub committed 9f1fdda790d
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 <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>