Skip to content

Commit

Permalink
Upgrade brew before installing libmaxmindb
Browse files Browse the repository at this point in the history
To workaround bug in brew release.
  • Loading branch information
oschwald committed Apr 29, 2024
1 parent e7752d3 commit 695b3a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-libmaxminddb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
if: matrix.platform == 'ubuntu-latest'

- name: Install libmaxminddb
run: brew install libmaxminddb
run: |
brew upgrade
brew install libmaxminddb
if: matrix.platform == 'macos-latest'

- name: Build with Werror and Wall
Expand Down

0 comments on commit 695b3a0

Please sign in to comment.