Skip to content

Commit

Permalink
ci: pin deadnix to a fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Jan 4, 2025
1 parent 72e2d02 commit a32c0a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ jobs:
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: check for dead code
run: nix run github:astro/deadnix -- .
#run: nix run github:astro/deadnix -- .
run: nix run github:ipetkov/deadnix/fix-build -- .

check-fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a32c0a8

Please sign in to comment.