diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e32c000..a41475a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,22 +86,6 @@ jobs: needs: workstation-nvidia-base runs-on: ubuntu-latest steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - # this might remove tools that are actually needed, - # if set to "true" but frees about 6 GB - tool-cache: false - - # all of these default to true, but feel free to set to - # "false" if necessary for your workflow - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: false - swap-storage: true - - name: Checkout repo uses: actions/checkout@v3 @@ -127,22 +111,6 @@ jobs: needs: workstation-nvidia-base runs-on: ubuntu-latest steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - # this might remove tools that are actually needed, - # if set to "true" but frees about 6 GB - tool-cache: false - - # all of these default to true, but feel free to set to - # "false" if necessary for your workflow - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: false - swap-storage: true - - name: Checkout repo uses: actions/checkout@v3