Merge pull request #9474 from oech3/no-brew-make

l10n.yml: Do not brew make (support Xcode make)
This commit is contained in:
Daniel Hofstetter
2025-11-24 14:31:27 +01:00
committed by GitHub
+2 -2
View File
@@ -432,7 +432,7 @@ jobs:
sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
;;
macos-*)
brew install coreutils make
brew install coreutils
;;
esac
- name: Install via make and test multi-call binary
@@ -586,7 +586,7 @@ jobs:
locale -a | grep -i fr || echo "French locale generation may have failed"
;;
macos-*)
brew install coreutils make
brew install coreutils
;;
esac
- name: Test Make installation