We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44480a1 commit c81d31fCopy full SHA for c81d31f
1 file changed
.github/workflows/mac.yml
@@ -19,6 +19,7 @@ jobs:
19
run: |
20
brew update
21
brew install ninja mpich llvm libomp openssl
22
+ brew link libomp --overwrite --force
23
- name: ccache
24
uses: hendrikmuhs/ccache-action@v1.2
25
with:
@@ -57,6 +58,7 @@ jobs:
57
58
59
60
61
62
- name: Download installed package
63
uses: actions/download-artifact@v4
64
@@ -87,6 +89,7 @@ jobs:
87
89
88
90
91
92
93
94
95
0 commit comments