actions take 27

This commit is contained in:
Jay Lee
2020-12-03 14:27:25 -05:00
parent 01465a898a
commit ae1eaac037

View File

@@ -31,6 +31,7 @@ jobs:
if [ "${RUNNER_OS}" == "macOS" ]; then
# 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"
fi
set +e
bash --version