From b02058bb81c92eac115f2435315c71703b885309 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 25 Jun 2024 11:41:28 -0500 Subject: [PATCH] force with reinstall --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b3c328..68c7fdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Install compiler tools on macOS if: runner.os == 'macOS' run: | - brew install make automake swig gmp mpfr boost libtool + brew reinstall make automake swig gmp mpfr boost libtool export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" - name: Install extra deps on Linux @@ -86,7 +86,7 @@ jobs: - name: Install compiler tools on macOS if: runner.os == 'macOS' run: | - brew install make automake swig gmp mpfr boost libtool + brew reinstall make automake swig gmp mpfr boost libtool export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" - uses: pypa/cibuildwheel@v2.17