Skip to content

Commit f41fc6f

Browse files
committed
ci: maximize build space
1 parent 36257dd commit f41fc6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ jobs:
5454
name: nix flake check
5555
runs-on: ubuntu-24.04
5656
steps:
57+
- name: Maximize build space
58+
uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c # v10
59+
with:
60+
swap-size-mb: 1024
61+
remove-dotnet: 'true'
62+
remove-android: 'true'
63+
remove-haskell: 'true'
64+
remove-codeql: 'true'
65+
remove-docker-images: 'true'
66+
5767
- name: Checkout
5868
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5969

0 commit comments

Comments
 (0)