Skip to content

Commit

Permalink
Force the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Oct 11, 2024
1 parent 0993ae7 commit fdc07d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sharedgc-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
- name: Verify MMTk bindgen
run: |
cd ../src/gc/mmtk
cbindgen --version
cargo install --force cbindgen@0.26.0
cbindgen --config cbindgen.toml --output ../mmtk.h
if read -n1 -d '' < <(git diff ../mmtk.h); then
git diff ../mmtk.h
Expand Down

0 comments on commit fdc07d4

Please sign in to comment.