We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1912652 commit 19b3c67Copy full SHA for 19b3c67
.github/workflows/release.yaml
@@ -54,6 +54,7 @@ jobs:
54
contents: write
55
steps:
56
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57
+ - uses: ./tools/github-actions/reclaim-storage
58
59
- name: Extract Release Tag and Commit SHA
60
id: vars
tools/hack/reclaim-storage.sh
@@ -7,6 +7,7 @@ log "Initial disk usage:"
7
df -h || true
8
9
# Remove large, unused language/tool runtimes
10
+# To figure out what to remove. We can SSH into the GitHub Actions runner using: https://github.com/mxschmitt/action-tmate and then run: df -h
11
TO_DELETE=(
12
/usr/local/lib/android
13
/usr/share/dotnet
0 commit comments