actions take 120

This commit is contained in:
Jay Lee
2020-12-05 09:58:36 -05:00
parent 293270c03d
commit 91a86a8663

View File

@@ -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