Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 6 additions & 15 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ jobs:
xcode-version: 'latest-stable'
- name: Setup environment
run: |
brew update-reset
brew install ninja mpich llvm
brew install libomp
brew update
brew install ninja mpich llvm libomp openssl
brew link libomp --overwrite --force
brew install openssl
brew link openssl --overwrite --force
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down Expand Up @@ -59,12 +56,9 @@ jobs:
xcode-version: 'latest-stable'
- name: Setup environment
run: |
brew update-reset
brew install ninja mpich llvm
brew install libomp
brew update
brew install ninja mpich llvm libomp openssl
brew link libomp --overwrite --force
brew install openssl
brew link openssl --overwrite --force
- name: Download installed package
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -93,12 +87,9 @@ jobs:
xcode-version: 'latest-stable'
- name: Setup environment
run: |
brew update-reset
brew install ninja mpich llvm
brew install libomp
brew update
brew install ninja mpich llvm libomp openssl
brew link libomp --overwrite --force
brew install openssl
brew link openssl --overwrite --force
- name: Download installed package
uses: actions/download-artifact@v4
with:
Expand Down
Loading