Skip to content

Commit

Permalink
ci: use overwrite with brew install on MacOS CMake
Browse files Browse the repository at this point in the history
Some version of pkg-config seems to be pre-installed on the CIs now.
  • Loading branch information
div72 committed Nov 25, 2024
1 parent 2c1ca2a commit ebf76bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebf76bf

Please sign in to comment.