From 91a86a86630c7c762d032fec4250b82f53c706f4 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 5 Dec 2020 09:58:36 -0500 Subject: [PATCH] actions take 120 --- src/travis/macos-before-install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/travis/macos-before-install.sh b/src/travis/macos-before-install.sh index bd98232f..562b4a8d 100755 --- a/src/travis/macos-before-install.sh +++ b/src/travis/macos-before-install.sh @@ -8,9 +8,16 @@ echo "This device has $cpucount CPUs for compiling..." #brew upgrade +brew install coreutils +brew install bash + # prefer standard GNU tools like date over MacOS defaults export PATH="/usr/local/opt/coreutils/libexec/gnubin:$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH" +date --version +gdate --version +bash --version + cd ~ #if [ ! -f python-$MIN_PYTHON_VERSION-macosx10.9.pkg ]; then