We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b33f4e commit a21f4daCopy full SHA for a21f4da
.github/workflows/rust.yml
@@ -49,6 +49,7 @@ jobs:
49
with:
50
cuda: ${{ matrix.cuda }}
51
linux-local-args: ${{ toJson(matrix.linux-local-args) }}
52
+ use-local-cache: false
53
54
- name: Verify CUDA installation
55
run: nvcc --version
0 commit comments