Skip to content

Commit 43c3246

Browse files
committed
ci: Set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK to avoid failures
Homebrew attempts to check for outdated dependents or those with broken linkage. Such behavior might lead to failures when Homebrew updates them on old macOS images. This change prevents such behavior.
1 parent 9f0f83d commit 43c3246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
run: clang --version
9393

9494
- name: Install Homebrew packages
95+
env:
96+
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
9597
run: brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
9698

9799
- name: Set Ccache directory

0 commit comments

Comments
 (0)