We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ad0c6 commit 794f12fCopy full SHA for 794f12f
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
toolchain: ${{needs.set-msrv.outputs.msrv}}
52
- name: Install required packages
53
- run: sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev nvidia-cuda-dev
+ run: sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev nvidia-cuda-toolkit
54
#- name: Test with ${{ matrix.name }}
55
# run: cargo test --workspace ${{ matrix.cargo-args }} -- --nocapture --test-threads 1
56
- name: Test with default fetures
0 commit comments