We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36257dd commit f41fc6fCopy full SHA for f41fc6f
.github/workflows/ci.yaml
@@ -54,6 +54,16 @@ jobs:
54
name: nix flake check
55
runs-on: ubuntu-24.04
56
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
+
67
- name: Checkout
68
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
69
0 commit comments