Skip to content

Commit c4ca64d

Browse files
committed
ci: do 'brew update' & don't run dependent checks on installed things
1 parent d486de6 commit c4ca64d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
- name: Setup Macos dependencies
6767
if: runner.os == 'macOS'
6868
run: |
69+
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
70+
brew update
6971
brew install \
7072
ninja \
7173
pkg-config \

0 commit comments

Comments
 (0)