We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c66590 commit 7ecec31Copy full SHA for 7ecec31
.github/workflows/build.yml
@@ -46,6 +46,10 @@ jobs:
46
- name: Checkout
47
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
48
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
+
53
- name: Get current date
54
id: date
55
run: |
0 commit comments