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 6eaff48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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 ${niftypet_cmake_prefix}/../../../.. -name prjb.h
echo NiftyPET_DIR="$niftypet_cmake_prefix" >> $GITHUB_ENV
fi
Expand Down Expand Up @@ -322,7 +323,8 @@ jobs:
cd ${GITHUB_WORKSPACE}/build;
source ${GITHUB_WORKSPACE}/my-env/bin/activate
cmake --build . -j 2 --config ${BUILD_TYPE}} --target install
#debug
make VERBOSE=ON
- name: ctest
shell: bash
env:
Expand Down

0 comments on commit 6eaff48

Please sign in to comment.