ci : switch cudatoolkit install on windows to networked

This commit is contained in:
Green Sky 2023-09-17 23:16:48 +02:00
parent 111163e246
commit bfab8ee055
No known key found for this signature in database

View file

@ -406,6 +406,7 @@ jobs:
id: cuda-toolkit id: cuda-toolkit
with: with:
cuda: ${{ matrix.cuda }} cuda: ${{ matrix.cuda }}
method: 'network'
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]' sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
- name: Build - name: Build