We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6756e commit 6102871Copy full SHA for 6102871
.github/workflows/build.yml
@@ -213,14 +213,11 @@ jobs:
213
214
- name: Set up CUDA
215
if: steps.cache-build-result.outputs.cache-hit != 'true' && matrix.cuda_version && matrix.cudnn_url
216
- uses: Jimver/[email protected].14
+ uses: Jimver/[email protected].15
217
with:
218
cuda: ${{ matrix.cuda_version }}
219
sub-packages: ${{ matrix.cuda_sub_packages }}
220
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' }}
224
225
- name: Set `$CUDA_HOME`
226
0 commit comments