diff --git a/.github/workflows/check-bindings.yml b/.github/workflows/check-bindings.yml index a4ccff52..5d1fc2ef 100644 --- a/.github/workflows/check-bindings.yml +++ b/.github/workflows/check-bindings.yml @@ -48,7 +48,8 @@ jobs: if [ ! -z "$(git status --porcelain)" ]; then printf "Current generated bindings not up to date\n" - git diff + # git diff fails by lack of read permission.. not sure why so just commented it out + # git diff git status exit 1 fi