added brew issue link

This commit is contained in:
Darii Nurgaleev
2020-11-11 13:20:18 +07:00
parent 1edf18bc3f
commit 1c9a9c1c9e

View File

@@ -6,6 +6,8 @@ brew install gcc@8
echo "Installing GCC@9 using homebrew..." echo "Installing GCC@9 using homebrew..."
brew install gcc@9 brew install gcc@9
# Known issue with brew that prevent installation of multiple formulas
# https://github.com/Homebrew/brew/issues/9100
echo "Applying workaround for the GCC" echo "Applying workaround for the GCC"
cellarPath=$(brew --cellar gcc@8) cellarPath=$(brew --cellar gcc@8)
gccVersion=$(ls $cellarPath | head -n1) gccVersion=$(ls $cellarPath | head -n1)