From be8ba95803e20af2fa22703de33e2189ecdfdd18 Mon Sep 17 00:00:00 2001 From: jj Date: Wed, 19 Nov 2025 18:22:06 +0100 Subject: [PATCH] ci/bump-platform: add disk space clearing step (#495) --- .github/actions/bump-platform/action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/actions/bump-platform/action.yml b/.github/actions/bump-platform/action.yml index 62fcae73..c7d70852 100644 --- a/.github/actions/bump-platform/action.yml +++ b/.github/actions/bump-platform/action.yml @@ -13,6 +13,14 @@ runs: shell: bash run: sudo apt install quilt + - name: Clear disk space + shell: bash + run: | + sudo rm -rf /usr/lib/jvm \ + /usr/lib/google-cloud-sdk \ + /usr/lib/dotnet \ + /usr/share/swift + - name: Bump revision and make PR shell: bash env: