Skip to content

Commit f0adc5f

Browse files
committed
Add GCC through homebrew
1 parent 6079d1c commit f0adc5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/openblas.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- uses: actions/checkout@v1
4949
with:
5050
submodules: 'recursive'
51+
- name: Install GCC by homebrew
52+
run: |
53+
brew install gcc
5154
- name: Install OpenBLAS by homebrew
5255
run: |
5356
brew install openblas

0 commit comments

Comments
 (0)