From ea2492144a8d1beb2edf9152e0ef941b75439ae0 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Thu, 14 Dec 2023 10:50:49 -0500 Subject: [PATCH] .github: avoid homebrew automatic update This is slow and prone to failure; see https://github.com/aya-rs/aya/actions/runs/7204446013/job/19625908097. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dc456bb..4a9f3d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,6 +208,7 @@ jobs: # https://github.com/actions/setup-python/issues/577 find /usr/local/bin -type l -exec sh -c 'readlink -f "$1" \ | grep -q ^/Library/Frameworks/Python.framework/Versions/' _ {} \; -exec rm -v {} \; + HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 \ brew install dpkg findutils gnu-tar llvm pkg-config qemu echo /usr/local/opt/findutils/libexec/gnubin >> $GITHUB_PATH echo /usr/local/opt/gnu-tar/libexec/gnubin >> $GITHUB_PATH