Skip to content

Commit 4e67efd

Browse files
committed
CI: Install OMP on MacOS
1 parent a39a5f0 commit 4e67efd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v6
2121

22+
- name: Install libomp (macOS)
23+
if: runner.os == 'macOS'
24+
run: brew install libomp
25+
2226
- name: Configure CMake
2327
run: |
2428
cmake -B build \

0 commit comments

Comments
 (0)