Skip to content

Commit 6102871

Browse files
authored
cuda-toolkitをv0.2.15に上げる (#39)
1 parent fe6756e commit 6102871

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,11 @@ jobs:
213213
214214
- name: Set up CUDA
215215
if: steps.cache-build-result.outputs.cache-hit != 'true' && matrix.cuda_version && matrix.cudnn_url
216-
uses: Jimver/[email protected].14
216+
uses: Jimver/[email protected].15
217217
with:
218218
cuda: ${{ matrix.cuda_version }}
219219
sub-packages: ${{ matrix.cuda_sub_packages }}
220220
method: network
221-
# https://github.com/Jimver/cuda-toolkit/issues/315#issuecomment-2016310157
222-
use-github-cache: ${{ runner.os != 'Windows' }}
223-
use-local-cache: ${{ runner.os != 'Windows' }}
224221

225222
- name: Set `$CUDA_HOME`
226223
if: steps.cache-build-result.outputs.cache-hit != 'true' && matrix.cuda_version && matrix.cudnn_url

0 commit comments

Comments
 (0)