Skip to content

Commit 7d9d4ac

Browse files
committed
CI-unixish.yml: fixed missing nproc on macos-*
1 parent a1dc1b5 commit 7d9d4ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ jobs:
3838
sudo apt-get update
3939
sudo apt-get install libc++-18-dev
4040
41+
# coreutils contains "nproc"
4142
- name: Install missing software on macos
4243
if: contains(matrix.os, 'macos')
4344
run: |
44-
brew install python3
45+
brew install python3 coreutils
4546
4647
- name: Install missing Python packages
4748
run: |

0 commit comments

Comments
 (0)