Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmway committed Dec 2, 2024
1 parent cecb13c commit 360abfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#nix-init .#evolution --verbose

- run: nix-collect-garbage -d
git:
if: "${{ github.event_name == 'pull_request' }}"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -147,7 +147,6 @@ jobs:
run: nix build .#nixosConfigurations.minimal.config.system.build.toplevel --verbose
- name: Info
run: nix path-info -Sh ./result
- run: nix-collect-garbage -d
auto-merge:
needs: [ nixos ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 360abfa

Please sign in to comment.