Skip to content

Commit 8191718

Browse files
authored
Free more space on runners (#2374)
1 parent cbd7dd8 commit 8191718

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/actions/free-disk-space/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ runs:
1717
sudo rmz -f /usr/local/lib/android || true
1818
sudo rmz -f /usr/share/dotnet || true
1919
sudo rmz -f /opt/ghc /usr/local/.ghcup || true
20+
sudo rmz -f /usr/share/swift || true
21+
sudo rmz -f /usr/share/miniconda || true
22+
sudo rmz -f "${AGENT_TOOLSDIRECTORY}" || true

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
# https://docs.github.com/en/actions/sharing-automations/creating-actions/about-custom-actions#composite-actions
2323
- ".github/actions/apply-single-tags/action.yml"
2424
- ".github/actions/create-dev-env/action.yml"
25+
- ".github/actions/free-disk-space/action.yml"
2526
- ".github/actions/load-image/action.yml"
2627

2728
- "images/**"
@@ -43,6 +44,7 @@ on:
4344

4445
- ".github/actions/apply-single-tags/action.yml"
4546
- ".github/actions/create-dev-env/action.yml"
47+
- ".github/actions/free-disk-space/action.yml"
4648
- ".github/actions/load-image/action.yml"
4749

4850
- "images/**"

0 commit comments

Comments
 (0)