workflows/cachix: remove packages for more free build space

This commit is contained in:
LavaDesu 2025-03-18 11:22:01 +11:00
parent 4ce28a177c
commit c0b65cd53b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -23,6 +23,14 @@ jobs:
name: Build linux-lava for x86_64-linux
runs-on: ubuntu-latest
steps:
# credits to https://github.com/easimon/maximize-build-space/issues/45
- name: Remove unneeded packages to maximise build space
shell: bash
run: |
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
df -h
- uses: actions/checkout@v4
with:
fetch-depth: 0