Install coreutils on osx for 'readlink -f' support
This commit is contained in:
parent
b4790120cb
commit
abc27d2900
|
@ -34,6 +34,9 @@ jobs:
|
||||||
- stable
|
- stable
|
||||||
install:
|
install:
|
||||||
- source ci/rust-version.sh
|
- source ci/rust-version.sh
|
||||||
|
- brew install coreutils
|
||||||
|
- PATH="$PATH:/usr/local/opt/coreutils/libexec/gnubin"
|
||||||
|
- readlink -f .
|
||||||
script:
|
script:
|
||||||
- source ci/env.sh
|
- source ci/env.sh
|
||||||
- ci/publish-tarball.sh
|
- ci/publish-tarball.sh
|
||||||
|
|
Loading…
Reference in New Issue