Skip to content

Commit

Permalink
github (actions): free disk space
Browse files Browse the repository at this point in the history
Otherwise building host configurations fails with
  no space left on device
  • Loading branch information
britter committed Jun 5, 2024
1 parent f85c99e commit 6d5e38f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
matrix:
configuration: ["pulse-14", "latitude-7280", "cyberoffice"]
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix build .#nixosConfigurations.${{ matrix.configuration }}.config.system.build.toplevel
Expand Down

0 comments on commit 6d5e38f

Please sign in to comment.