Skip to content

Commit

Permalink
ci: Add auto-optimise-store = true to some jobs
Browse files Browse the repository at this point in the history
To save disk space

Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jan 8, 2024
1 parent 6f3fb44 commit a914f52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
auto-optimise-store = true
- uses: cachix/cachix-action@v12
with:
name: coliasgroup
Expand Down Expand Up @@ -123,6 +125,8 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
auto-optimise-store = true
- uses: cachix/cachix-action@v12
with:
name: coliasgroup
Expand Down

0 comments on commit a914f52

Please sign in to comment.