File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 17
17
xcode-version : ' latest-stable'
18
18
- name : Setup environment
19
19
run : |
20
- brew update-reset
21
- brew install ninja mpich llvm
22
- brew install libomp
20
+ brew update
21
+ brew install ninja mpich llvm libomp openssl
23
22
brew link libomp --overwrite --force
24
- brew install openssl
25
- brew link openssl --overwrite --force
26
23
- name : ccache
27
24
uses :
hendrikmuhs/[email protected]
28
25
with :
59
56
xcode-version : ' latest-stable'
60
57
- name : Setup environment
61
58
run : |
62
- brew update-reset
63
- brew install ninja mpich llvm
64
- brew install libomp
59
+ brew update
60
+ brew install ninja mpich llvm libomp openssl
65
61
brew link libomp --overwrite --force
66
- brew install openssl
67
- brew link openssl --overwrite --force
68
62
- name : Download installed package
69
63
uses : actions/download-artifact@v4
70
64
with :
93
87
xcode-version : ' latest-stable'
94
88
- name : Setup environment
95
89
run : |
96
- brew update-reset
97
- brew install ninja mpich llvm
98
- brew install libomp
90
+ brew update
91
+ brew install ninja mpich llvm libomp openssl
99
92
brew link libomp --overwrite --force
100
- brew install openssl
101
- brew link openssl --overwrite --force
102
93
- name : Download installed package
103
94
uses : actions/download-artifact@v4
104
95
with :
You can’t perform that action at this time.
0 commit comments