Skip to content

Commit 4cb19f5

Browse files
committed
test
1 parent 153a7e6 commit 4cb19f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ echo '::endgroup::'
8383
echo '::group::Build and run C++ example'
8484
pushd examples/cpp/build
8585

86-
PATH="/opt/conda/envs/ci/lib/:${PATH}"
86+
LD_LIBRARY_PATH="/opt/conda/envs/ci/lib/:${LD_LIBRARY_PATH}"
8787
ldd /opt/conda/envs/ci/lib/libpng16.so.16
8888

8989
cmake .. -DTorch_DIR="${Torch_DIR}" \

0 commit comments

Comments
 (0)