Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit f5efc68

Browse files
authored
Enable build space maximization in workflow
1 parent cd77c29 commit f5efc68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4848

4949
# 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@517622d6452028f266b7ba4cc9a123b5f58a6b53 # v7
52-
# with:
53-
# remove-codeql: true
50+
- name: Maximize build space
51+
uses: ublue-os/remove-unwanted-software@517622d6452028f266b7ba4cc9a123b5f58a6b53 # v7
52+
with:
53+
remove-codeql: true
5454

5555
- name: Mount BTRFS for podman storage
5656
id: container-storage-action

0 commit comments

Comments
 (0)