Install coreutils on osx for 'readlink -f' support

This commit is contained in:
Michael Vines 2020-11-06 23:00:51 -08:00
parent b4790120cb
commit abc27d2900
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ jobs:
- stable
install:
- source ci/rust-version.sh
- brew install coreutils
- PATH="$PATH:/usr/local/opt/coreutils/libexec/gnubin"
- readlink -f .
script:
- source ci/env.sh
- ci/publish-tarball.sh