File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ jobs:
246246 export HMUDIR=${GITHUB_WORKSPACE}/mmr_hardwareumaps
247247 python -m pip install "nipet>=2"
248248 niftypet_cmake_prefix=$(python -c "from niftypet.nipet import cmake_prefix; print(cmake_prefix)")
249+ find ${niftypet_cmake_prefix}/../../../.. -name prjb.h
249250 echo NiftyPET_DIR="$niftypet_cmake_prefix" >> $GITHUB_ENV
250251 fi
251252
@@ -284,7 +285,7 @@ jobs:
284285 BUILD_TYPE : ${{ matrix.BUILD_TYPE }}
285286 BUILD_FLAGS : ${{ matrix.BUILD_FLAGS }}
286287 run : |
287- set -ex
288+ set -x
288289 source ${GITHUB_WORKSPACE}/my-env/bin/activate
289290 #export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
290291 cmake --version
@@ -304,6 +305,7 @@ jobs:
304305 mkdir build
305306 cd build
306307 cmake -S .. ${BUILD_FLAGS} ${EXTRA_BUILD_FLAGS}
308+ cmake -S .. VERBOSE=ON
307309 # report disk space
308310 case ${{matrix.os}} in
309311 (ubuntu* | macOS*)
You can’t perform that action at this time.
0 commit comments