Skip to content

Commit

Permalink
CI: Update to latest CUDA toolkit with action bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Jul 12, 2024
1 parent ade3a20 commit 2c1f77c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,17 +215,14 @@ jobs:
linux-local-args: '["--toolkit"]'

- name: Install CUDA Toolkit
uses: Jimver/[email protected].15
uses: Jimver/[email protected].16
id: cuda-toolkit-win
if: matrix.ostype == 'windows' && matrix.cuda == true
with:
# Need CUDA >= 12.4 to support recent VS2022 (17.10 and later, MSVC 19.40)
cuda: '12.4.1'
method: 'network'
sub-packages: '["nvcc", "cudart"]'
# workaround for cuda-toolkit action bug https://github.com/Jimver/cuda-toolkit/issues/315
use-github-cache: false
use-local-cache: false

# - name: Install system dependencies (CentOS)
# run: |
Expand Down

0 comments on commit 2c1f77c

Please sign in to comment.