Skip to content

Commit

Permalink
Update CI-mac-x86_64.yml [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad authored Sep 7, 2023
1 parent ce6dee3 commit 43f54df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-mac-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Install dependencies
run: |
brew reinstall zlib
brew install openslide pcre
brew install openslide pcre libomp
# Install a specific version of libomp (14.0.6) since newer versions fail with cmake
curl https://raw.githubusercontent.com/Homebrew/homebrew-core/c87d6a0c8360c4684e3375ce6c4576214acdd71b/Formula/libomp.rb > $(find $(brew --repository) -name libomp.rb) && brew reinstall libomp
#curl https://raw.githubusercontent.com/Homebrew/homebrew-core/c87d6a0c8360c4684e3375ce6c4576214acdd71b/Formula/libomp.rb > $(find $(brew --repository) -name libomp.rb) && brew reinstall libomp
- name: Setup pyenv
env:
Expand Down

0 comments on commit 43f54df

Please sign in to comment.