workflows/cachix: remove packages for more free build space
This commit is contained in:
parent
4ce28a177c
commit
c0b65cd53b
1 changed files with 8 additions and 0 deletions
8
.github/workflows/cachix.yml
vendored
8
.github/workflows/cachix.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue