From bc4a37153628a0415af8aec687277e69e17e2297 Mon Sep 17 00:00:00 2001 From: Mathieu Moalic Date: Tue, 24 Oct 2023 15:04:59 +0200 Subject: [PATCH] I think I can see the light! --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae17e2dd..9545d34c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: with: cuda: "12.1.0" sub-packages: '["cudart", "nvcc"]' - non-cuda-sub-packages: '["libcufft","libcurand"]' + non-cuda-sub-packages: '["libcufft-dev","libcurand-dev"]' method: 'network' - name: Build Binary