Skip to content

Commit a21478b

Browse files
committed
CI-unixish.yml: fixed missing nproc on macos-*
1 parent 9e57e52 commit a21478b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
sudo apt-get update
3232
sudo apt-get install libc++-18-dev
3333
34+
# coreutils contains "nproc"
3435
- name: Install missing software on macos
3536
if: contains(matrix.os, 'macos')
3637
run: |
37-
brew install python3
38+
brew install python3 coreutils
3839
3940
- name: Install missing Python packages
4041
run: |

0 commit comments

Comments
 (0)