We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac9023 commit 8bedb09Copy full SHA for 8bedb09
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install required packages
33
run: |
34
sudo apt-get update
35
- sudo apt-get install --no-install-recommends --yes libhwloc-dev ocl-icd-opencl-dev
+ sudo apt-get install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
36
- name: Install cargo clippy
37
run: rustup component add clippy
38
- name: Run cargo clippy
0 commit comments