Fix c,cpp,no-std binding examples (#272)

- Use regorus_ffi in target_link_libraries instead of regorus-ffi.
  Something seems to have changed in corrosion-rs to need this.
- Workaround for cmake issue where FFI header may not be generated in time

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-06-19 19:01:29 -04:00
committed by GitHub
parent 46e28b36f8
commit 4a2a724a80
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: bindings/c-cpp
name: bindings/ffi
on:
push: