Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-schulz committed Jun 28, 2024
1 parent fe87f4b commit 9e44dec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,21 @@ jobs:
libtiff-dev \
pkg-config \
zlib1g-dev
pkg-config --modversion gtest
- name: Install macOS dependencies
if: runner.os == 'macOS'
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update
brew install \
brew upgrade
brew install -q \
googletest \
jpeg-turbo \
libpng \
libtiff \
qt@5
brew link qt@5
pkg-config --modversion gtest
- name: Build MVE on Linux/macOS
run: |
Expand Down

0 comments on commit 9e44dec

Please sign in to comment.