From 70e3bc2e24b5a12610aa32a66538b8597ef8e6e5 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Fri, 23 Feb 2024 13:20:49 +0200 Subject: [PATCH] CI: don't need 'thrust' sub-component anymore on Windows --- .github/workflows/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f85d353c..6a3bcf17 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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