diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 152b172a..3f8327d0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -13,17 +13,6 @@ jobs: runs-on: [self-hosted, Linux, X64] timeout-minutes: 480 steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true - - name: Check out code uses: actions/checkout@v4 with: @@ -105,17 +94,6 @@ jobs: runs-on: [self-hosted, Linux, X64] timeout-minutes: 480 steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true - - name: Check out code uses: actions/checkout@v4 with: