Skip to content

Commit 04b1f4f

Browse files
committed
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
2 parents 4d6fb2b + 7d4733c commit 04b1f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ osx-clang|osx-gcc)
4848
brew install caskroom/cask/perforce
4949
case "$jobname" in
5050
osx-gcc)
51+
brew link gcc ||
5152
brew link gcc@8
5253
;;
5354
esac

0 commit comments

Comments
 (0)