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 dd0bdcd
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,8 +52,15 @@ jobs:
- name: Install macOS dependencies
if: runner.os == 'macOS'
run: |
#export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update
brew upgrade
# Only run "brew upgrade" on macOS 13 or higher because on macOS 12
# the command will fail because brew cannot upgrade xcbeautify. I
# assume this is because there is no Bottle (binary package) for
# xcbeautify on macOS 12 and rebuilding xcbeautify
#if [ "`sw_vers -productVersion | cut -d '.' -f 1`" != "12" ]; then
# brew upgrade
#fi
brew install -q \
googletest \
jpeg-turbo \
Expand Down

0 comments on commit dd0bdcd

Please sign in to comment.