Skip to content

Commit

Permalink
Uninstall pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuet committed Nov 21, 2024
1 parent abba2f5 commit 5cb7ac5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true

jobs:
get-archi:
install-eccodes:
strategy:
matrix:
os: ["macos-latest"]
Expand All @@ -27,7 +27,8 @@ jobs:
steps:
- name: install pkgconf
run: |
if [[ $(brew list) == *"pkg-config"* ]]; then
brew upgrade pkg-config
brew uninstall $(brew list | grep pkg-config)
fi
brew install eccodes

0 comments on commit 5cb7ac5

Please sign in to comment.