Files
runner-images/images/macos/provision/core/gcc.sh
2020-11-17 12:36:10 +07:00

7 lines
150 B
Bash

#!/bin/bash -e -o pipefail
echo "Installing GCC@8 using homebrew..."
brew install gcc@8
echo "Installing GCC@9 using homebrew..."
brew install gcc@9