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 66dd065 commit d1ee7e2Copy full SHA for d1ee7e2
.github/workflows/cuda.yml
@@ -40,6 +40,7 @@ jobs:
40
env:
41
GTEST_COLOR: 'yes'
42
run: |
43
+ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda/lib64
44
cmake -B build -DUSE_CUDA=ON
45
cmake --build build -j4
46
cmake --install build
0 commit comments