Skip to content

Commit

Permalink
debug finding of prbj.h
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Nov 26, 2023
1 parent 5d1ee53 commit 71f01f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ jobs:
export HMUDIR=${GITHUB_WORKSPACE}/mmr_hardwareumaps
python -m pip install "nipet>=2"
niftypet_cmake_prefix=$(python -c "from niftypet.nipet import cmake_prefix; print(cmake_prefix)")
find /home/runner/work/STIR/STIR/my-env/ -name prjb.h
echo NiftyPET_DIR="$niftypet_cmake_prefix" >> $GITHUB_ENV
fi
Expand Down Expand Up @@ -321,8 +322,9 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/build;
source ${GITHUB_WORKSPACE}/my-env/bin/activate
cmake --build . -j 2 --config ${BUILD_TYPE}} --target install
cmake --build . -j 2 --config ${BUILD_TYPE}} --target install || true
#debug
make VERBOSE=ON
- name: ctest
shell: bash
env:
Expand Down

0 comments on commit 71f01f6

Please sign in to comment.