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 1717 xcode-version : ' latest-stable'
1818 - name : Setup environment
1919 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
2322 brew link libomp --overwrite --force
24- brew install openssl
25- brew link openssl --overwrite --force
2623 - name : ccache
2724 uses : hendrikmuhs/ccache-action@v1.2
2825 with :
5956 xcode-version : ' latest-stable'
6057 - name : Setup environment
6158 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
6561 brew link libomp --overwrite --force
66- brew install openssl
67- brew link openssl --overwrite --force
6862 - name : Download installed package
6963 uses : actions/download-artifact@v4
7064 with :
9387 xcode-version : ' latest-stable'
9488 - name : Setup environment
9589 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
9992 brew link libomp --overwrite --force
100- brew install openssl
101- brew link openssl --overwrite --force
10293 - name : Download installed package
10394 uses : actions/download-artifact@v4
10495 with :
You can’t perform that action at this time.
0 commit comments