mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user