Skip to content

Commit

Permalink
windows-2019にして、nvccだけダウンロードする
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Mar 11, 2024
1 parent 5f12392 commit e93cc79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/download-cuda-libraries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ runs:
with:
method: network
cuda: ${{ inputs.cuda_version }}
sub-packages: '["nvcc"]'
- name: Extract CUDA Library
if: steps.cuda-library-cache.outputs.cache-hit != 'true'
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
include:
- os: windows-2022
- os: windows-2019
artifact_name: windows-x64
cudnn_download_url: https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.2.26_cuda12-archive.zip
cuda_version: 12.2.2
Expand Down

0 comments on commit e93cc79

Please sign in to comment.