Skip to content

Commit 92e574a

Browse files
committed
change the brew command
1 parent 760883f commit 92e574a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ jobs:
6464
6565
- name: Install OpenMP dependencies with brew for OSX
6666
if: contains(matrix.os,'macos')
67-
run: |
68-
- brew install llvm
69-
- brew install libomp
67+
run: brew install libomp
7068

7169
- name: Show content of workspace after cache has been restored
7270
run: find $RUNNER_WORKSPACE

0 commit comments

Comments
 (0)