mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -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)
|
- 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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user