Skip to content

Commit

Permalink
force with reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jun 25, 2024
1 parent 0eee458 commit b02058b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit b02058b

Please sign in to comment.