Skip to content

Commit

Permalink
Add "visual_studio_integration" to sub-packages in CUDA build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 21, 2024
1 parent fa192e3 commit 14dfcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
uses: Jimver/[email protected]
with:
cuda: '${{ matrix.cublas }}'
sub-packages: '["nvcc", "cudart", "cublas"]'
sub-packages: '["nvcc", "cudart", "cublas", "visual_studio_integration"]'
method: 'local'

- name: Set CUDA_TOOLKIT_ROOT_DIR if CUDA is installed
Expand Down

0 comments on commit 14dfcff

Please sign in to comment.