ci: ensure macos github runner installs coreutils

This commit is contained in:
Zaiming (Stone) Shi 2022-06-16 07:53:20 +02:00
parent ece0b6e8cb
commit 7715feb3e4
3 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ jobs:
- name: prepare
run: |
brew update
brew install curl zip unzip kerl
brew install curl zip unzip kerl coreutils
echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH
echo "/usr/local/bin" >> $GITHUB_PATH
git config --global credential.helper store

View File

@ -151,7 +151,7 @@ jobs:
- name: prepare
run: |
brew update
brew install curl zip unzip kerl
brew install curl zip unzip kerl coreutils
echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH
echo "/usr/local/bin" >> $GITHUB_PATH
echo "EMQX_NAME=${{ matrix.profile }}" >> $GITHUB_ENV

View File

@ -5,7 +5,7 @@ set -euo pipefail
AUTO_INSTALL_BUILD_DEPS="${AUTO_INSTALL_BUILD_DEPS:-0}"
required_packages_mac_osx="freetds unixodbc"
required_cmds_mac_osx="curl zip unzip autoconf automake cmake openssl"
required_cmds_mac_osx="curl zip unzip autoconf automake cmake openssl coreutils"
dependency_missing() {
echo "error: $1 is not found in the system"