Skip to content

Commit

Permalink
CI: don't need 'thrust' sub-component anymore on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Feb 23, 2024
1 parent f652d78 commit 70e3bc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
with:
cuda: '12.1.0'
# Note: we use Thrust from Conan.
# 'thrust' sub-package is installed for libcu++, which is not yet available from Conan.
sub-packages: '["nvcc", "cudart", "cublas_dev", "nvrtc_dev", "thrust", "visual_studio_integration"]'
sub-packages: '["nvcc", "cudart", "cublas_dev", "nvrtc_dev", "visual_studio_integration"]'

- name: nvcc check
shell: powershell
Expand Down

0 comments on commit 70e3bc2

Please sign in to comment.