Skip to content

Commit d1ee7e2

Browse files
authored
CI: fix cuda library path
1 parent 66dd065 commit d1ee7e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
env:
4141
GTEST_COLOR: 'yes'
4242
run: |
43+
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda/lib64
4344
cmake -B build -DUSE_CUDA=ON
4445
cmake --build build -j4
4546
cmake --install build

0 commit comments

Comments
 (0)