don't check homebrew dependencies (speed up macOS CI)

This commit is contained in:
Roman Fomin 2023-06-12 16:50:20 +07:00
parent 0c8e524e3d
commit 4cfe6a4d69

View File

@ -56,6 +56,8 @@ jobs:
- name: Install dependencies (macOS) - name: Install dependencies (macOS)
if: runner.os == 'macOS' if: runner.os == 'macOS'
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: | run: |
brew update brew update
brew install \ brew install \