diff options
author | Erik Scholz <Green-Sky@users.noreply.github.com> | 2023-09-18 02:21:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 02:21:47 +0200 |
commit | 7ddf185537b712ea0ccbc5f222ee92bed654914e (patch) | |
tree | b70d75a60731ebfeaf29d707d9434217b4d147ed | |
parent | ee66942d7ef7c259528158f9a3bd1c314984d32f (diff) |
ci : switch cudatoolkit install on windows to networked (#3236)
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de8d5f77..4b6071f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -406,6 +406,7 @@ jobs: id: cuda-toolkit with: cuda: ${{ matrix.cuda }} + method: 'network' sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]' - name: Build |