ci/bump-platform: add disk space clearing step (#495)

This commit is contained in:
jj
2025-11-19 18:22:06 +01:00
committed by GitHub
parent c3ba3d8999
commit be8ba95803

View File

@@ -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: