mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #9474 from oech3/no-brew-make
l10n.yml: Do not brew make (support Xcode make)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user