Skip to content

Commit 1fded13

Browse files
committed
workflow
1 parent 4fe5457 commit 1fded13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
- name: GPU sanity check 1
5252
run: sudo apt install tree; ls /usr/local; ls /usr/local/lib; tree /usr/lib -L 2
5353
- name: Run CUDA crate tests
54-
run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64; curl https://sh.rustup.rs -sSf | sh -s -- -y && source "$HOME/.cargo/env"; sudo apt-get update && sudo apt-get install -y protobuf-compiler; rustup update; cargo test -p luminal_cuda --verbose
54+
run: export LD_LIBRARY_PATH=/usr/local/cuda-12.8/lib64:$LD_LIBRARY_PATH; curl https://sh.rustup.rs -sSf | sh -s -- -y && source "$HOME/.cargo/env"; sudo apt-get update && sudo apt-get install -y protobuf-compiler; rustup update; cargo test -p luminal_cuda --verbose

0 commit comments

Comments
 (0)