Skip to content

Commit

Permalink
Fix pkg-config call
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Apr 2, 2024
1 parent 2838f9d commit 204d977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
brew install pkg-config
brew reinstall zlib
brew ls --verbose zlib
pkg-config --libs-only-L --keep-system-libs pkg-config
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
mkdir -p ${HOMEBREW_TEMP}
Expand Down

0 comments on commit 204d977

Please sign in to comment.