Skip to content

Commit

Permalink
ci: do 'brew update' & don't run dependent checks on installed things
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Nov 26, 2023
1 parent d486de6 commit c4ca64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- name: Setup Macos dependencies
if: runner.os == 'macOS'
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update
brew install \
ninja \
pkg-config \
Expand Down

0 comments on commit c4ca64d

Please sign in to comment.