Skip to content

Commit 876ac06

Browse files
authored
Merge pull request #9474 from oech3/no-brew-make
l10n.yml: Do not brew make (support Xcode make)
2 parents 8d74025 + 3cd4c21 commit 876ac06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/l10n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ jobs:
432432
sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
433433
;;
434434
macos-*)
435-
brew install coreutils make
435+
brew install coreutils
436436
;;
437437
esac
438438
- name: Install via make and test multi-call binary
@@ -586,7 +586,7 @@ jobs:
586586
locale -a | grep -i fr || echo "French locale generation may have failed"
587587
;;
588588
macos-*)
589-
brew install coreutils make
589+
brew install coreutils
590590
;;
591591
esac
592592
- name: Test Make installation

0 commit comments

Comments
 (0)