ci: Attempt to increase disk space

Might fix the ci running out of space.
This commit is contained in:
Donovan Glover 2024-04-29 12:49:55 -04:00
parent 4f120eab26
commit c21d99d6be
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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