Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-schulz committed Aug 7, 2024
1 parent ccd2ad1 commit a54648b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,22 @@ jobs:
- name: Install macOS dependencies
if: runner.os == 'macOS'
run: |
print '::group::brew update'
brew update
brew upgrade
print '::endgroup::'
print '::group::brew install'
brew install -q \
googletest \
jpeg-turbo \
libpng \
libtiff \
qt@5
print '::endgroup::'
print '::group::brew link'
brew link qt@5
print '::endgroup::'
- name: Build MVE on Linux/macOS
run: |
Expand Down

0 comments on commit a54648b

Please sign in to comment.