diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-24 13:34:03 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-24 13:34:03 +0900 |
commit | 04b1f4f768bc36cc074a311b9c5e339a9fce160a (patch) | |
tree | 9fda68f7485fd0abe48f928a5257516213996443 /ci/install-dependencies.sh | |
parent | 4d6fb2beeb80f4899b0267d91c983c91772438f0 (diff) | |
parent | 7d4733c5019c9dab78583cb1a17a9d83370c2b89 (diff) | |
download | git-04b1f4f768bc36cc074a311b9c5e339a9fce160a.tar.gz |
Merge branch 'sg/ci-osx-gcc8-fix'
CI build fix.
* sg/ci-osx-gcc8-fix:
ci: fix GCC install in the Travis CI GCC OSX job
Diffstat (limited to 'ci/install-dependencies.sh')
-rwxr-xr-x | ci/install-dependencies.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index ce149ed39c..4e64a19112 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -48,6 +48,7 @@ osx-clang|osx-gcc) brew install caskroom/cask/perforce case "$jobname" in osx-gcc) + brew link gcc || brew link gcc@8 ;; esac |