Add PATH to GNU readlink

This commit is contained in:
Michael Vines 2020-11-07 10:01:16 -08:00
parent c5b9831bfb
commit 549492954e
1 changed files with 1 additions and 2 deletions

View File

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