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