From 22bd7a52f24439a9bbf0a40cea9884eced566617 Mon Sep 17 00:00:00 2001 From: Mathieu Moalic Date: Sun, 24 Sep 2023 21:35:08 +0200 Subject: [PATCH] fix cuda --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b365ea95..f074dc75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,9 +25,9 @@ jobs: id: cuda-toolkit with: cuda: "12.1.0" - method: network - sub-packages: '["nvcc"]' - non-cuda-sub-packages: '["libcurand", "libcufft"]' + # method: network + # sub-packages: '["nvcc"]' + # non-cuda-sub-packages: '["libcurand", "libcufft"]' - name: Build Binary run: go build -v