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: