diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a56c3a..2cc95e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,4 +32,4 @@ jobs: - name: Run `nix fmt` run: nix fmt -- --check . - name: Run `cargo shear` - run: nix fmt -- --check . \ No newline at end of file + run: nix develop --command cargo shear \ No newline at end of file