l10n.yml: Do not brew make

This commit is contained in:
oech3
2025-11-24 20:08:42 +09:00
committed by GitHub
parent be99b634e7
commit 3cd4c21b24
+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