Skip to content

Commit c2a29fc

Browse files
committed
test
1 parent 08c79e5 commit c2a29fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/cmake.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ echo '::endgroup::'
8383
echo '::group::Build and run C++ example'
8484
pushd examples/cpp/build
8585

86+
ls -las /opt/conda/envs/ci/lib/
87+
ldd /opt/conda/envs/ci/lib/libpng.so
88+
8689
cmake .. -DTorch_DIR="${Torch_DIR}" \
8790
-DCMAKE_PREFIX_PATH="${CONDA_PREFIX}" \
8891
-DCMAKE_FIND_FRAMEWORK=NEVER \

0 commit comments

Comments
 (0)