chore: Remove unwanted software so we have enough space to run the build for forked PRs
This commit is contained in:
parent
bb7ab8e1a5
commit
5ce88948e2
2 changed files with 6 additions and 0 deletions
3
.github/workflows/build-pr.yml
vendored
3
.github/workflows/build-pr.yml
vendored
|
|
@ -12,6 +12,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: ublue-os/remove-unwanted-software@v6
|
||||
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: v0.8.3
|
||||
|
|
|
|||
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -17,6 +17,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: ublue-os/remove-unwanted-software@v6
|
||||
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: v0.8.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue