Another attempt at fixing the GPU CI build (#5)

This commit is contained in:
Matt Pharr 2025-10-24 17:16:34 -07:00
parent f358078114
commit 91bc6ca69b

View file

@ -35,8 +35,8 @@ jobs:
id: cuda-toolkit id: cuda-toolkit
with: with:
cuda: ${{ matrix.cuda }} cuda: ${{ matrix.cuda }}
method: 'network' use-github-cache: false
sub-packages: '[ "nvcc" ]' use-local-cache: false
- name: Check NVCC - name: Check NVCC
run: nvcc -V run: nvcc -V