Skip to content

Commit c81d31f

Browse files
committed
link omp
1 parent 44480a1 commit c81d31f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/mac.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
brew update
2121
brew install ninja mpich llvm libomp openssl
22+
brew link libomp --overwrite --force
2223
- name: ccache
2324
uses: hendrikmuhs/ccache-action@v1.2
2425
with:
@@ -57,6 +58,7 @@ jobs:
5758
run: |
5859
brew update
5960
brew install ninja mpich llvm libomp openssl
61+
brew link libomp --overwrite --force
6062
- name: Download installed package
6163
uses: actions/download-artifact@v4
6264
with:
@@ -87,6 +89,7 @@ jobs:
8789
run: |
8890
brew update
8991
brew install ninja mpich llvm libomp openssl
92+
brew link libomp --overwrite --force
9093
- name: Download installed package
9194
uses: actions/download-artifact@v4
9295
with:

0 commit comments

Comments
 (0)