Skip to content

Commit 91bc6ca

Browse files
committed
Another attempt at fixing the GPU CI build (#5)
1 parent f358078 commit 91bc6ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
id: cuda-toolkit
3636
with:
3737
cuda: ${{ matrix.cuda }}
38-
method: 'network'
39-
sub-packages: '[ "nvcc" ]'
38+
use-github-cache: false
39+
use-local-cache: false
4040

4141
- name: Check NVCC
4242
run: nvcc -V

0 commit comments

Comments
 (0)