From ebf76bfa70bab587b58988c3d44d86026b12bc01 Mon Sep 17 00:00:00 2001 From: div72 Date: Mon, 25 Nov 2024 10:39:16 +0300 Subject: [PATCH] ci: use overwrite with brew install on MacOS CMake Some version of pkg-config seems to be pre-installed on the CIs now. --- .github/workflows/cmake-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-ci.yml b/.github/workflows/cmake-ci.yml index eaf2e5df39..a7921e20a2 100644 --- a/.github/workflows/cmake-ci.yml +++ b/.github/workflows/cmake-ci.yml @@ -148,7 +148,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install dependencies - run: brew install + run: brew install --overwrite ${{matrix.deps}} boost ccache