Skip to content

Commit

Permalink
chore: install full CUDA toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 14, 2024
1 parent 30ad0c6 commit 794f12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
toolchain: ${{needs.set-msrv.outputs.msrv}}
- name: Install required packages
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
#- name: Test with ${{ matrix.name }}
# run: cargo test --workspace ${{ matrix.cargo-args }} -- --nocapture --test-threads 1
- name: Test with default fetures
Expand Down

0 comments on commit 794f12f

Please sign in to comment.