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 14, 2024
1 parent 3057f80 commit c4961e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ jobs:
cuda: ${{ matrix.cuda_version }}
sub-packages: ${{ matrix.cuda_sub_packages }}
method: network
# https://github.com/Jimver/cuda-toolkit/issues/315#issuecomment-2016310157
use-github-cache: ${{ runner.os != 'Windows' }}
use-local-cache: ${{ runner.os != 'Windows' }}

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

0 comments on commit c4961e3

Please sign in to comment.