mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
don't check homebrew dependencies (speed up macOS CI)
This commit is contained in:
parent
0c8e524e3d
commit
4cfe6a4d69
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -56,6 +56,8 @@ jobs:
|
||||
|
||||
- name: Install dependencies (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
env:
|
||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
||||
run: |
|
||||
brew update
|
||||
brew install \
|
||||
|
Loading…
x
Reference in New Issue
Block a user