Skip to content

Commit 1808fa9

Browse files
committed
CI-unixish.yml: fixed missing nproc on macos-*
1 parent cfd1797 commit 1808fa9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
sudo apt-get update
4242
sudo apt-get install libc++-18-dev
4343
44+
# coreutils contains "nproc"
45+
- name: Install missing software on macos
46+
if: contains(matrix.os, 'macos')
47+
run: |
48+
brew install coreutils
49+
4450
- name: Install missing software on macos
4551
if: contains(matrix.os, 'macos')
4652
run: |

0 commit comments

Comments
 (0)