Skip to content

Commit e4068d0

Browse files
committed
fix(ci): add crt nvvm
1 parent 8659135 commit e4068d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/set-build-env/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
if: ${{ !startsWith(inputs.os, 'windows') && startsWith(inputs.toolchain, 'llvm') }}
5050
with:
5151
cuda: ${{ inputs.cuda-version }}
52-
sub-packages: '["nvcc", "cudart-dev"]' # avoid full cuda install
52+
sub-packages: '["nvcc", "cudart-dev", "crt", "nvvm"]' # avoid full cuda install
5353
non-cuda-sub-packages: '["libcurand-dev"]'
5454
method: network
5555
- name: Install CUDA (Ubuntu)

0 commit comments

Comments
 (0)