Skip to content

Commit 423fdb0

Browse files
committed
Adapt CI to new ldk-c-bindings genbindings.sh arguments
1 parent 7cede69 commit 423fdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cd ..
3131
git clone https://github.com/lightningdevkit/ldk-c-bindings
3232
- name: Rebuild C bindings, and check the sample app builds + links
33-
run: cd ldk-c-bindings && ./genbindings.sh ../rust-lightning && cd ..
33+
run: cd ldk-c-bindings && ./genbindings.sh ../rust-lightning true && cd ..
3434
- name: Build Java/TS Debug Bindings
3535
run: ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-11-openjdk-amd64/include/ -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux/" true false
3636
- name: Run Java Tests against Debug Bindings

0 commit comments

Comments
 (0)