Skip to content

Commit b353e81

Browse files
committed
Move c bindings to bindings/c directory
1 parent acd5d4b commit b353e81

File tree

15 files changed

+1
-1
lines changed

15 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
- uses: actions/checkout@v4
207207
- uses: dtolnay/rust-toolchain@stable
208208
- run: |
209-
cd ctaffy/examples
209+
cd bindings/c/examples
210210
./compile_basic.sh
211211
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../target/debug ./basic
212212
name: Build C Bindings
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)