diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50e1a89e..959a6b43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,6 +73,9 @@ jobs: mkdir -p ${HOMEBREW_TEMP} brew install --build-from-source --keep-tmp --without-hoppet --without-lhapdf --without-root applgrid export APPL_IGRID_DIR=$(find ${HOMEBREW_TEMP} -name appl_igrid.h -exec dirname {} +) + echo ">>> ---" + cat $(which applgrid-config) + echo ">>> ---" # install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-host=${{ matrix.target }} # build the CLI