Skip to content

Commit 32766eb

Browse files
authored
Fixes CI build failure (#89)
* add use-github-cache: 'false' * test
1 parent 7bb53e8 commit 32766eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
cuda: ${{ matrix.cuda }}
2626
linux-local-args: '["--toolkit"]'
27+
use-github-cache: 'false'
28+
log-file-suffix: '${{ matrix.os }}-${{ matrix.cuda }}'
2729

2830
- name: CUDA info
2931
run: |

0 commit comments

Comments
 (0)