Skip to content

Commit 264cd8b

Browse files
committed
Host kernel build is running out of build space :/
1 parent a470552 commit 264cd8b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
with:
3232
egress-policy: audit
3333

34+
- name: Maximize build space
35+
uses: ublue-os/remove-unwanted-software@6bdddc50e67c21ebe9d3316539b3a025345fdc81 # v9
36+
3437
- name: checkout repository
3538
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3639
with:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
egress-policy: audit
2525

26+
- name: Maximize build space
27+
uses: ublue-os/remove-unwanted-software@6bdddc50e67c21ebe9d3316539b3a025345fdc81 # v9
28+
2629
- name: checkout repository
2730
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2831
with:

0 commit comments

Comments
 (0)