Skip to content

Commit c1f3664

Browse files
committed
MacOS runner: install GNU coreutils
1 parent ed8436d commit c1f3664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos_l11.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
php-version: '8.2'
2727

28+
- name: "Homebrew: Install GNU Core Utilities"
29+
run: yes | sudo brew install coreutils
30+
2831
- name: Validate composer.json and composer.lock
2932
run: composer validate --strict
3033

0 commit comments

Comments
 (0)