Skip to content

Commit 0d676ca

Browse files
committed
free up space on ci
1 parent 200fbd4 commit 0d676ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
name: pre-commit-hooks
1717
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
18+
- run: rm -rf /opt&
1819
- run: nix-build --keep-going
1920
tests-flakes:
2021
strategy:
@@ -28,5 +29,6 @@ jobs:
2829
with:
2930
name: pre-commit-hooks
3031
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
32+
- run: rm -rf /opt&
3133
- run: nix flake check --show-trace
3234
- run: nix eval .#lib.x86_64-linux.run --show-trace

0 commit comments

Comments
 (0)