We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13c370 commit ff019f2Copy full SHA for ff019f2
.github/workflows/checks.yml
@@ -14,6 +14,9 @@ jobs:
14
- name: Install Nix
15
uses: DeterminateSystems/nix-installer-action@main
16
17
+ - name: Garbage collect nix to help clean build environment
18
+ run: sudo nix-collect-garbage -d
19
+
20
- name: Run test in nix environment
21
run: nix develop --command bash -c "cargo check"
22
0 commit comments