Skip to content

Commit

Permalink
[ci]: Install only NVCC and over the network
Browse files Browse the repository at this point in the history
  • Loading branch information
cszach committed Dec 27, 2023
1 parent 71cb7d4 commit 656ff7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
id: cuda-toolkit
with:
cuda: "12.2.0"
method: "network"
sub-packages: '[ "nvcc" ]'

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 656ff7e

Please sign in to comment.