Skip to content

Commit 24ef7eb

Browse files
committed
Delete packages to get more CI diskspace required for Ubuntu24 as well
1 parent 0806bf6 commit 24ef7eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ubuntu24.04.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ jobs:
9898
# Execute the build. You can specify a specific target with "--target <NAME>"
9999
run: |
100100
cd build
101+
echo "==> Disk usage before clean"
102+
df -h .
103+
sudo rm -rf /usr/share/dotnet
104+
sudo rm -rf /opt/ghc
105+
sudo rm -rf /usr/local/lib/android
106+
sudo rm -rf /opt/hostedtoolcache
107+
echo "==> Disk usage after clean"
108+
df -h .
101109
ninja
102110
env:
103111
CCACHE_DIR: ${{runner.workspace}}/.ccache

0 commit comments

Comments
 (0)