Skip to content

Commit

Permalink
MINOR: [CI][C++] Remove needless NPROC from Windows job (#37130)
Browse files Browse the repository at this point in the history
### 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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored Aug 12, 2023
1 parent a488b29 commit 9f1fdda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9f1fdda

Please sign in to comment.