mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
ci/bump-platform: add disk space clearing step (#495)
This commit is contained in:
8
.github/actions/bump-platform/action.yml
vendored
8
.github/actions/bump-platform/action.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user