Skip to content

Commit ae31760

Browse files
committed
CI-unixish.yml: fixed missing nproc on macos-*
1 parent b79310d commit ae31760

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
@@ -37,10 +37,11 @@ jobs:
3737
sudo apt-get update
3838
sudo apt-get install libc++-18-dev
3939
40+
# coreutils contains "nproc"
4041
- name: Install missing software on macos
4142
if: contains(matrix.os, 'macos')
4243
run: |
43-
brew install python3
44+
brew install python3 coreutils
4445
4546
- name: Install missing Python packages
4647
run: |

0 commit comments

Comments
 (0)