Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuet committed Nov 21, 2024
1 parent abba2f5 commit e90cdb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ jobs:
steps:
- name: install pkgconf
run: |
brew list
brew outdated
brew update
brew outdated
brew --version
if [[ $(brew list) == *"pkg-config"* ]]; then
brew upgrade pkg-config
fi
brew install eccodes

0 comments on commit e90cdb9

Please sign in to comment.