Browse Source

added the VS integration back in for windows

tags/v0.6.0
Martin Evans 2 years ago
parent
commit
ed38be1040
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/compile.yml

+ 1
- 1
.github/workflows/compile.yml View File

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

- uses: Jimver/cuda-toolkit@v0.2.11
if: runner.os == 'Linux'


Loading…
Cancel
Save