Skip to content

Commit 38ec796

Browse files
committed
Fix MacOS Homebrew install
1 parent c1f3664 commit 38ec796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_l11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
php-version: '8.2'
2727

2828
- name: "Homebrew: Install GNU Core Utilities"
29-
run: yes | sudo brew install coreutils
29+
run: yes | brew install coreutils
3030

3131
- name: Validate composer.json and composer.lock
3232
run: composer validate --strict

0 commit comments

Comments
 (0)