fix(github): maximize build space
This commit is contained in:
parent
dc3fefbc02
commit
86c68109d7
1 changed files with 7 additions and 0 deletions
7
.github/workflows/assets.yaml
vendored
7
.github/workflows/assets.yaml
vendored
|
@ -99,6 +99,13 @@ jobs:
|
||||||
git apply -v $file
|
git apply -v $file
|
||||||
done < <(find "./patches/patches/pkgs" -type f -name "*.patch" | sort)
|
done < <(find "./patches/patches/pkgs" -type f -name "*.patch" | sort)
|
||||||
|
|
||||||
|
- name: Maximize build space
|
||||||
|
uses: jlumbroso/free-disk-space@main
|
||||||
|
with:
|
||||||
|
large-packages: true
|
||||||
|
docker-images: true
|
||||||
|
swap-storage: true
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue