Skip to content

Commit 39a3bbe

Browse files
author
danny
committed
get disk space
1 parent 72b4061 commit 39a3bbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10+
- name: Clean up disk space
11+
run: |
12+
sudo rm -rf /usr/share/dotnet
13+
sudo rm -rf /opt/ghc
14+
sudo rm -rf "/usr/local/share/boost"
15+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
16+
df -h # Zeigt freien Speicher
1017
- name: Prepare and checkout
1118
uses: actions/checkout@v6
1219
- name: Set environment variables

0 commit comments

Comments
 (0)