Skip to content

Commit

Permalink
free up space on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 30, 2024
1 parent 200fbd4 commit 0d676ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: rm -rf /opt&
- run: nix-build --keep-going
tests-flakes:
strategy:
Expand All @@ -28,5 +29,6 @@ jobs:
with:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: rm -rf /opt&
- run: nix flake check --show-trace
- run: nix eval .#lib.x86_64-linux.run --show-trace

0 comments on commit 0d676ca

Please sign in to comment.