Skip to content

Commit 34c4f61

Browse files
committed
ci: print bindgen version used for rustls.h diff
The existing CI has a step where it regenerates `rustls.h` using `make src/rustls.h`, which in turn invokes `cbindgen`. I'm seeing a diff created in CI that I don't see locally and suspect the reason is a difference in `cbindgen` versions. To help debug this now and into the future, this commit updates CI to print its `cbindgen` version before performing the diff check.
1 parent e581235 commit 34c4f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
with:
103103
persist-credentials: false
104104
- run: touch src/lib.rs
105+
- run: cbindgen --version
105106
- run: make src/rustls.h
106107
- run: git diff --exit-code
107108

0 commit comments

Comments
 (0)