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 7cede69 commit 423fdb0Copy full SHA for 423fdb0
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
cd ..
31
git clone https://github.com/lightningdevkit/ldk-c-bindings
32
- name: Rebuild C bindings, and check the sample app builds + links
33
- run: cd ldk-c-bindings && ./genbindings.sh ../rust-lightning && cd ..
+ run: cd ldk-c-bindings && ./genbindings.sh ../rust-lightning true && cd ..
34
- name: Build Java/TS Debug Bindings
35
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
36
- name: Run Java Tests against Debug Bindings
0 commit comments