Skip to content

Commit 8bedb09

Browse files
authored
fix: install nvidia-cuda-toolkit for clippy
1 parent aac9023 commit 8bedb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install required packages
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install --no-install-recommends --yes libhwloc-dev ocl-icd-opencl-dev
35+
sudo apt-get install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
3636
- name: Install cargo clippy
3737
run: rustup component add clippy
3838
- name: Run cargo clippy

0 commit comments

Comments
 (0)