We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b4061 commit 39a3bbeCopy full SHA for 39a3bbe
.github/workflows/build.yaml
@@ -7,6 +7,13 @@ jobs:
7
runs-on: ubuntu-latest
8
9
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
17
- name: Prepare and checkout
18
uses: actions/checkout@v6
19
- name: Set environment variables
0 commit comments