From 2c1f77c3d65dc80308764c55d3b47c0ca534ef04 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Fri, 12 Jul 2024 11:58:39 -0400 Subject: [PATCH] CI: Update to latest CUDA toolkit with action bug fix Signed-off-by: Gary Oberbrunner --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42c221fb..49391955 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -215,7 +215,7 @@ jobs: linux-local-args: '["--toolkit"]' - name: Install CUDA Toolkit - uses: Jimver/cuda-toolkit@v0.2.15 + uses: Jimver/cuda-toolkit@v0.2.16 id: cuda-toolkit-win if: matrix.ostype == 'windows' && matrix.cuda == true with: @@ -223,9 +223,6 @@ jobs: 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: |