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 Dec 2, 2024
1 parent 39aefa7 commit 4d2b10a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI-mac-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install dependencies
run: |
brew reinstall zlib
brew install libtiff openslide pcre libomp
brew reinstall libtiff
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
Expand Down

0 comments on commit 4d2b10a

Please sign in to comment.