We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8659135 commit e4068d0Copy full SHA for e4068d0
.github/actions/set-build-env/action.yaml
@@ -49,7 +49,7 @@ runs:
49
if: ${{ !startsWith(inputs.os, 'windows') && startsWith(inputs.toolchain, 'llvm') }}
50
with:
51
cuda: ${{ inputs.cuda-version }}
52
- sub-packages: '["nvcc", "cudart-dev"]' # avoid full cuda install
+ sub-packages: '["nvcc", "cudart-dev", "crt", "nvvm"]' # avoid full cuda install
53
non-cuda-sub-packages: '["libcurand-dev"]'
54
method: network
55
- name: Install CUDA (Ubuntu)
0 commit comments