Update build.yml

This commit is contained in:
Jay Lee
2022-01-25 13:31:08 -05:00
committed by GitHub
parent 52becd0255
commit 44b9a3ca8a

View File

@@ -121,6 +121,8 @@ jobs:
run: |
echo "We are running on ${RUNNER_OS}"
if [[ "${RUNNER_OS}" == "macOS" ]]; then
brew install coreutils
brew install bash
MAKE=make
MAKEOPT="-j$(sysctl -n hw.logicalcpu)"
PERL=perl