From 2d143f397e94267feff98ca36fb5a5ba0512d39a Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Wed, 17 Apr 2024 04:55:08 +0900 Subject: [PATCH] =?UTF-8?q?jlumbroso/free-disk-space=E3=82=92=E4=BD=BF?= =?UTF-8?q?=E3=81=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/download_and_deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/download_and_deploy.yml b/.github/workflows/download_and_deploy.yml index 4fe9384..50c325c 100644 --- a/.github/workflows/download_and_deploy.yml +++ b/.github/workflows/download_and_deploy.yml @@ -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