Skip to content

Commit a21f4da

Browse files
committed
Turn off local CUDA install cache
1 parent 2b33f4e commit a21f4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
cuda: ${{ matrix.cuda }}
5151
linux-local-args: ${{ toJson(matrix.linux-local-args) }}
52+
use-local-cache: false
5253

5354
- name: Verify CUDA installation
5455
run: nvcc --version

0 commit comments

Comments
 (0)