mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
move source code to public
This commit is contained in:
7
images/macos/provision/core/gcc.sh
Normal file
7
images/macos/provision/core/gcc.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Installing GCC@8 using homebrew..."
|
||||
brew install gcc@8
|
||||
|
||||
echo "Installing GCC@9 using homebrew..."
|
||||
brew install gcc@9
|
||||
Reference in New Issue
Block a user