Skip to content
Snippets Groups Projects
Commit d9dd809e authored by tqtg's avatar tqtg
Browse files

brew reinstall gcc libomp llvm

parent 4df93e4d
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,8 @@ jobs: ...@@ -37,9 +37,8 @@ jobs:
- name: Install GCC for MacOS using Homebrew - name: Install GCC for MacOS using Homebrew
if: matrix.os == 'macos-latest' if: matrix.os == 'macos-latest'
run: | run: |
brew install gcc brew reinstall gcc libomp llvm
brew link gcc brew link gcc
brew install llvm
- name: Install dependencies - name: Install dependencies
run: | run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment