mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +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
|
shell: bash
|
||||||
run: sudo apt install quilt
|
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
|
- name: Bump revision and make PR
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user