Skip to content

Commit

Permalink
Add more diagnostic to pkg-config call
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Apr 3, 2024
1 parent 204d977 commit 3f42594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
brew install pkg-config
brew reinstall zlib
brew ls --verbose zlib
which -a pkg-config
which pkg-config
echo "PATH = ${PATH}"
echo "PKG_CONFIG_PATH = ${PKG_CONFIG_PATH}"
pkg-config --libs-only-L pkg-config || true
# manually compile APPLgrid, because we need the file `appl_igrid.h` and the file it includes
export HOMEBREW_TEMP="$(pwd)"/tmp
Expand Down

0 comments on commit 3f42594

Please sign in to comment.