Skip to content

Commit ff019f2

Browse files
committed
fix: adding garbage collect step.
1 parent f13c370 commit ff019f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- name: Install Nix
1515
uses: DeterminateSystems/nix-installer-action@main
1616

17+
- name: Garbage collect nix to help clean build environment
18+
run: sudo nix-collect-garbage -d
19+
1720
- name: Run test in nix environment
1821
run: nix develop --command bash -c "cargo check"
1922

0 commit comments

Comments
 (0)