From 5141bd40315ed8a0abdebb71b69bf7bc31977371 Mon Sep 17 00:00:00 2001 From: Mathieu Moalic Date: Tue, 24 Oct 2023 15:02:09 +0200 Subject: [PATCH] I'm sorry I made a mistake in that previous commit --- .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 539a1a0e..ae17e2dd 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: '["cufft","curand"]' + non-cuda-sub-packages: '["libcufft","libcurand"]' method: 'network' - name: Build Binary