Skip to content

Commit 9db6a20

Browse files
authored
CI-unixish.yml: cleaned up prerequisites for macos-* (danmar#519)
1 parent cd2dd49 commit 9db6a20

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
@@ -41,10 +41,11 @@ jobs:
4141
sudo apt-get update
4242
sudo apt-get install libc++-18-dev
4343
44+
# coreutils contains "nproc"
4445
- name: Install missing software on macos
4546
if: contains(matrix.os, 'macos')
4647
run: |
47-
brew install python3
48+
brew install coreutils
4849
4950
- name: Install missing Python packages
5051
run: |

0 commit comments

Comments
 (0)