Skip to content

Commit

Permalink
Print more diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Apr 1, 2024
1 parent 294f966 commit 32d3ede
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 @@ -69,6 +69,10 @@ jobs:
mkdir -p ${HOMEBREW_TEMP}
brew install --build-from-source --keep-tmp applgrid
export APPL_IGRID_DIR=$(find ${HOMEBREW_TEMP} -name appl_igrid.h -exec dirname {} +)
# try to find root header path
cat $(command -v applgrid-config)
pkg-config --cflags-only-I root || true
root-config --cflags || true
# install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-host=${{ matrix.target }}
# build the CLI
Expand Down

0 comments on commit 32d3ede

Please sign in to comment.