Skip to content

Commit

Permalink
fix diff check I think
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometer1729 committed Dec 3, 2024
1 parent 8efce38 commit 4a735cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
nix run o1js#update-bindings --max-jobs 4
#fail if this changes any files
cd src/bindings
git diff-index --exit-code HEAD || (git submodule foreach git diff && exit 1)
git diff --exit-code
- name: Cleanup the Nix store
run: |
nix-env --delete-generations old
Expand Down

0 comments on commit 4a735cf

Please sign in to comment.