diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5531085..ea1eeb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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