Skip to content

Commit

Permalink
jlumbroso/free-disk-spaceを使う
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Apr 16, 2024
1 parent 729671f commit 2d143f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/download_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
ASSET_NAME: CUDA-${{ matrix.artifact_name }}
runs-on: ${{ matrix.os }}
steps:
- 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 2d143f3

Please sign in to comment.