Skip to content

Commit

Permalink
Merge pull request #80 from bgilbert/brew
Browse files Browse the repository at this point in the history
workflows: update Brew formulae before installing deps
  • Loading branch information
bgilbert authored May 1, 2024
2 parents e32fe85 + 635c552 commit e83e6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Install dependencies (macOS)
if: matrix.os == 'macos-14'
run: |
brew update
brew install openslide
# allow smoke test to find OpenSlide
echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib" >> $GITHUB_ENV
Expand Down

0 comments on commit e83e6f6

Please sign in to comment.