We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e1f33 commit b437b3bCopy full SHA for b437b3b
1 file changed
.github/workflows/ci.yml
@@ -216,8 +216,12 @@ jobs:
216
steps:
217
- uses: actions/checkout@v4
218
- uses: dtolnay/rust-toolchain@stable
219
+ - run: |
220
+ cd bindings/c
221
+ cargo build
222
+ name: Build ctaffy library
223
- run: |
224
cd bindings/c/examples
225
./compile_basic.sh
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../target/debug ./basic
226
+ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../../target/debug ./basic
227
name: Build C Bindings
0 commit comments