Skip to content

Commit a451a0e

Browse files
committed
debug: print ov_common.h
1 parent b35ca40 commit a451a0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,8 @@ jobs:
130130
submodules: recursive
131131
- name: Generate bindings
132132
run: cargo xtask codegen
133+
- run: cat crates/openvino-sys/upstream/src/bindings/c/include/openvino/c/ov_common.h
134+
- run: sha256sum crates/openvino-sys/upstream/src/bindings/c/include/openvino/c/ov_common.h
135+
- run: clang --version
133136
- name: Verify no changes
134137
run: git diff --ignore-submodules --no-ext-diff --exit-code

0 commit comments

Comments
 (0)