Skip to content

Commit

Permalink
disable cuda-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
staviq authored Sep 20, 2023
1 parent f11f593 commit 1e4eb05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,12 +402,12 @@ jobs:
with:
fetch-depth: 0

- uses: Jimver/[email protected]
id: cuda-toolkit
with:
cuda: ${{ matrix.cuda }}
method: network
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
# - uses: Jimver/[email protected]
# id: cuda-toolkit
# with:
# cuda: ${{ matrix.cuda }}
# method: network
# sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'

- name: Build
id: cmake_build
Expand Down

0 comments on commit 1e4eb05

Please sign in to comment.