mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-01 15:36:18 +02:00
ci: Attempt to increase disk space
Might fix the ci running out of space.
This commit is contained in:
parent
4f120eab26
commit
c21d99d6be
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -11,6 +11,15 @@ jobs:
|
||||
name: nix flake check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: easimon/maximize-build-space@v10
|
||||
with:
|
||||
root-reserve-mb: 512
|
||||
swap-size-mb: 1024
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'true'
|
||||
remove-docker-images: 'true'
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- run: nix flake check
|
||||
|
Loading…
x
Reference in New Issue
Block a user