File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,13 @@ jobs:
230230 run : |
231231 # Configure and build the test
232232 # it should only ask for pcms_DIR/ROOT to find all dependencies
233+ ls ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms
234+ echo "-------- PCMS CONFIG -------------"
235+ cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms-config.cmake
236+ echo "-------- PCMS TARGETS -------------"
237+ cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms-targets.cmake
238+ echo "-------- PCMS INTERPOLATOR TARGETS -------------"
239+ cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms_interpolator-targets.cmake
233240 cmake \
234241 -B ${{github.workspace}}/examples/external-usage-example/build \
235242 -S ${{github.workspace}}/examples/external-usage-example/ \
You can’t perform that action at this time.
0 commit comments