We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb53e8 commit 32766ebCopy full SHA for 32766eb
1 file changed
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
with:
25
cuda: ${{ matrix.cuda }}
26
linux-local-args: '["--toolkit"]'
27
+ use-github-cache: 'false'
28
+ log-file-suffix: '${{ matrix.os }}-${{ matrix.cuda }}'
29
30
- name: CUDA info
31
run: |
0 commit comments