Skip to content
Merged
Changes from 1 commit
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
24 changes: 6 additions & 18 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ jobs:
xcode-version: 'latest-stable'
- name: Setup environment
run: |
brew update-reset
brew install ninja mpich llvm
brew install libomp
brew link libomp --overwrite --force
brew install openssl
brew link openssl --overwrite --force
brew update
brew install ninja mpich llvm libomp openssl
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
Expand Down Expand Up @@ -59,12 +55,8 @@ jobs:
xcode-version: 'latest-stable'
- name: Setup environment
run: |
brew update-reset
brew install ninja mpich llvm
brew install libomp
brew link libomp --overwrite --force
brew install openssl
brew link openssl --overwrite --force
brew update
brew install ninja mpich llvm libomp openssl
- name: Download installed package
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -93,12 +85,8 @@ jobs:
xcode-version: 'latest-stable'
- name: Setup environment
run: |
brew update-reset
brew install ninja mpich llvm
brew install libomp
brew link libomp --overwrite --force
brew install openssl
brew link openssl --overwrite --force
brew update
brew install ninja mpich llvm libomp openssl
- name: Download installed package
uses: actions/download-artifact@v4
with:
Expand Down
Loading