Skip to content

Commit

Permalink
Fix up #3 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
qryxip and Hiroshiba authored Apr 23, 2024
1 parent 5f12392 commit 963a74b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download-cuda-libraries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
rm -f download/cudnn.*
mkdir -p ${{ inputs.extract_dir }}
cp -v docs/licenses/cuda/* "${{ inputs.extract_dir }}"
- uses: Jimver/[email protected].14
- uses: Jimver/[email protected].15
id: cuda-toolkit
with:
method: network
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/download_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
ASSET_NAME: CUDA-${{ matrix.artifact_name }}
runs-on: ${{ matrix.os }}
steps:
# CUDAで容量不足になるので容量削減
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
if: runner.os == 'Linux'
with:
tool-cache: false
large-packages: false
swap-storage: false
- uses: actions/checkout@v3
- name: Prepare directory
shell: bash
Expand Down

0 comments on commit 963a74b

Please sign in to comment.