We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153a7e6 commit 4cb19f5Copy full SHA for 4cb19f5
.github/scripts/cmake.sh
@@ -83,7 +83,7 @@ echo '::endgroup::'
83
echo '::group::Build and run C++ example'
84
pushd examples/cpp/build
85
86
-PATH="/opt/conda/envs/ci/lib/:${PATH}"
+LD_LIBRARY_PATH="/opt/conda/envs/ci/lib/:${LD_LIBRARY_PATH}"
87
ldd /opt/conda/envs/ci/lib/libpng16.so.16
88
89
cmake .. -DTorch_DIR="${Torch_DIR}" \
0 commit comments