Skip to content

Commit 56df114

Browse files
committed
Revert "chore(ci): remove remove-unwanted-software-action (ublue-os#209)"
This reverts commit 7c66590. This only got rarer but this is still needed sometimes :(
1 parent 7c66590 commit 56df114

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
- name: Checkout
4747
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4848

49+
# This is optional, but if you see that your builds are way too big for the runners, you can enable this by uncommenting the following lines:
50+
- name: Maximize build space
51+
uses: ublue-os/remove-unwanted-software@695eb75bc387dbcd9685a8e72d23439d8686cba6
52+
4953
- name: Get current date
5054
id: date
5155
run: |

0 commit comments

Comments
 (0)