Skip to content

Commit

Permalink
Windowsではuse-github-cacheuse-local-cachefalseにする
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Apr 11, 2024
1 parent 5f12392 commit 729671f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/download-cuda-libraries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ runs:
with:
method: network
cuda: ${{ inputs.cuda_version }}
# https://github.com/Jimver/cuda-toolkit/issues/315#issuecomment-2016310157
use-github-cache: ${{ runner.os != 'Windows' }}
use-local-cache: ${{ runner.os != 'Windows' }}

- name: Extract CUDA Library
if: steps.cuda-library-cache.outputs.cache-hit != 'true'
shell: bash
Expand Down

0 comments on commit 729671f

Please sign in to comment.