Skip to content

Commit

Permalink
Update CUDA.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries authored Dec 11, 2023
1 parent 83af83a commit 8f7cad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CUDA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: cuda-toolkit
with:
method: network
sub-packages: '["nvcc","cudart"]'
sub-packages: '["nvcc","cudart","curand"]'
cuda: '12.1.0'
- run: |
echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}" && echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}" && nvcc -V
Expand Down

0 comments on commit 8f7cad8

Please sign in to comment.