Skip to content

Commit ae2a89b

Browse files
committed
[ci] Windows: Only install necessary CUDA Toolkit components
1 parent e235155 commit ae2a89b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,13 @@ jobs:
189189
id: cuda-toolkit
190190
with:
191191
cuda: '12.5.0'
192+
sub-packages: '["nvcc", "cudart", "cublas", "cusparse"]'
192193

193194
- name: Display CUDA information
194195
run: echo "Installed cuda version is "${{steps.cuda-toolkit.outputs.cuda}}
195196
echo "Cuda install location "${{steps.cuda-toolkit.outputs.CUDA_PATH}}
196197
nvcc -V
198+
echo ${{ env.CUDA_PATH }}
197199

198200
# Install latest CMake.
199201
- uses: lukka/get-cmake@latest

0 commit comments

Comments
 (0)