From 4a42425301b3c39bd4ede4dca672d94d1bc17687 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Tue, 30 Sep 2025 13:11:47 +0700 Subject: [PATCH] Remove free disk space step --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cbb3903e4..ce9256364c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,17 +49,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 60 steps: - # https://github.com/actions/runner-images/issues/2840#issuecomment-790492173 - - name: Free disk space - run: | - echo "Disk space before cleanup:" - df -h - sudo rm -rf /usr/share/dotnet - sudo rm -rf /opt/ghc - sudo rm -rf "/usr/local/share/boost" - sudo rm -rf "$AGENT_TOOLSDIRECTORY" - echo "Disk space after cleanup:" - df -h - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Configure docker