Skip to content

Commit 7c3b5fd

Browse files
committed
Revert "CI-unixish.yml: fixed missing nproc on macos-*"
This reverts commit 1808fa9.
1 parent f79fc7b commit 7c3b5fd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
sudo apt-get update
4646
sudo apt-get install libc++-18-dev
4747
48-
# coreutils contains "nproc"
49-
- name: Install missing software on macos
50-
if: contains(matrix.os, 'macos')
51-
run: |
52-
brew install coreutils
53-
5448
- name: Install missing software on macos
5549
if: contains(matrix.os, 'macos')
5650
run: |

0 commit comments

Comments
 (0)