We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35ca40 commit a451a0eCopy full SHA for a451a0e
.github/workflows/main.yml
@@ -130,5 +130,8 @@ jobs:
130
submodules: recursive
131
- name: Generate bindings
132
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
136
- name: Verify no changes
137
run: git diff --ignore-submodules --no-ext-diff --exit-code
0 commit comments