Skip to content

Commit

Permalink
ci: remove diff to fix error code 128
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Dec 29, 2024
1 parent 59ed4d9 commit 77ee68b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git add src/ffi
# Check if there are any changes to commit
if git diff --exit-code --cached; then
echo "No changes to commit."
else
git commit -m "Update bindgen files"
git push
fi
git commit -m "Update bindgen files"
git push

0 comments on commit 77ee68b

Please sign in to comment.