Skip to content

Commit 16ffac9

Browse files
committed
Simply update PATH on macOS CI as coreutils has already been installed
1 parent 224aba6 commit 16ffac9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/before_deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ release_tag() {
3131
}
3232

3333
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
34-
brew update && brew install coreutils && \
35-
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
34+
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
3635
fi
3736

3837
TARGETS=(${TARGETS//:/ })

0 commit comments

Comments
 (0)