Skip to content

Commit 58d5f7f

Browse files
committed
CI-unixish.yml: fixed missing nproc on macos-*
1 parent 680a709 commit 58d5f7f

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
@@ -32,10 +32,11 @@ jobs:
3232
sudo apt-get update
3333
sudo apt-get install libc++-18-dev
3434
35+
# coreutils contains "nproc"
3536
- name: Install missing software on macos
3637
if: contains(matrix.os, 'macos')
3738
run: |
38-
brew install python3
39+
brew install python3 coreutils
3940
4041
- name: Install missing Python packages
4142
run: |

0 commit comments

Comments
 (0)