We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6079d1c commit f0adc5fCopy full SHA for f0adc5f
1 file changed
.github/workflows/openblas.yml
@@ -48,6 +48,9 @@ jobs:
48
- uses: actions/checkout@v1
49
with:
50
submodules: 'recursive'
51
+ - name: Install GCC by homebrew
52
+ run: |
53
+ brew install gcc
54
- name: Install OpenBLAS by homebrew
55
run: |
56
brew install openblas
0 commit comments