Skip to content

Commit b14f29c

Browse files
committed
ci: add disk cleanup step to fix runner space issues
1 parent 5d574ce commit b14f29c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ jobs:
6969
name: Build
7070
runs-on: ubuntu-latest
7171
steps:
72+
- name: Free disk space
73+
run: |
74+
sudo rm -rf /usr/share/dotnet
75+
sudo rm -rf /opt/ghc
76+
sudo rm -rf /usr/local/share/boost
77+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
78+
df -h
79+
7280
- uses: actions/checkout@v4
7381

7482
- name: Install Rust

0 commit comments

Comments
 (0)