Skip to content

Commit

Permalink
free up disk space on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jan 21, 2025
1 parent 50a6478 commit 78b0d47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nixos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: "Set priority flag for Cachix 🚩"
run: nix-env --set-flag priority 0 cachix

- name: "Free Disk Space (Ubuntu)"
uses: jlumbroso/[email protected]
with:
tool-cache: true

- name: "Build ${{ matrix.config_name }} NixOS config ❄️"
run: nix build .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel -L

0 comments on commit 78b0d47

Please sign in to comment.