Skip to content

Commit 153a7e6

Browse files
committed
test
1 parent f72ef83 commit 153a7e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/scripts/cmake.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ 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-
ldconfig -p | grep libpng
86+
PATH="/opt/conda/envs/ci/lib/:${PATH}"
87+
ldd /opt/conda/envs/ci/lib/libpng16.so.16
8988

9089
cmake .. -DTorch_DIR="${Torch_DIR}" \
9190
-DCMAKE_PREFIX_PATH="${CONDA_PREFIX}" \

0 commit comments

Comments
 (0)