Skip to content

Commit

Permalink
fix cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMoalic committed Sep 24, 2023
1 parent b5f642d commit 22bd7a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22bd7a5

Please sign in to comment.