Skip to content

Commit b804463

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

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,23 @@ 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+
root-reserve-mb: 2048
61+
temp-reserve-mb: 1024
62+
swap-size-mb: 1024
63+
remove-dotnet: 'true'
64+
remove-android: 'true'
65+
remove-haskell: 'true'
66+
remove-codeql: 'true'
67+
remove-docker-images: 'true'
68+
5769
- name: Checkout
5870
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5971

6072
- name: Install Nix
6173
uses: cachix/install-nix-action@7ec16f2c061ab07b235a7245e06ed46fe9a1cab6 # v31.8.3
6274

6375
- name: Check flake
64-
run: nix flake check
76+
run: nix -L flake check

0 commit comments

Comments
 (0)