Skip to content

Commit 794f12f

Browse files
committed
chore: install full CUDA toolkit
1 parent 30ad0c6 commit 794f12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
toolchain: ${{needs.set-msrv.outputs.msrv}}
5252
- name: Install required packages
53-
run: sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev nvidia-cuda-dev
53+
run: sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev nvidia-cuda-toolkit
5454
#- name: Test with ${{ matrix.name }}
5555
# run: cargo test --workspace ${{ matrix.cargo-args }} -- --nocapture --test-threads 1
5656
- name: Test with default fetures

0 commit comments

Comments
 (0)