From b857bb17b09b491f2bd6ed50184f9b8312a72a36 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 18 Dec 2023 12:02:10 +0100 Subject: [PATCH] Make homebrew don't try to update installed dependencies. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d893f35..a0c2a535 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: - name: Install packages run: brew install gcovr ninja libmagic + env: + HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 - name: Install python modules run: pip3 install meson==0.49.2 pytest