We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc877e commit 3424686Copy full SHA for 3424686
1 file changed
.github/workflows/build.yml
@@ -53,6 +53,25 @@ jobs:
53
needs: build-group
54
runs-on: ubuntu-latest
55
steps:
56
+ - name: Remove unnecessary files to release disk space
57
+ run: |
58
+ sudo rm -rf \
59
+ "$AGENT_TOOLSDIRECTORY" \
60
+ /opt/ghc \
61
+ /opt/google/chrome \
62
+ /opt/microsoft/msedge \
63
+ /opt/microsoft/powershell \
64
+ /opt/pipx \
65
+ /usr/lib/mono \
66
+ /usr/local/julia* \
67
+ /usr/local/lib/android \
68
+ /usr/local/lib/node_modules \
69
+ /usr/local/share/chromium \
70
+ /usr/local/share/powershell \
71
72
+ /usr/share/dotnet \
73
+ /usr/share/swift
74
+
75
- uses: actions/checkout@v4
76
77
- uses: docker/setup-buildx-action@v3
0 commit comments