X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=2db5936984a1cbf9c77170372b6be8d9ab5cdcb6;hp=9511edfbc321ad99541403a8567b7b037af8639f;hb=b25e291110094bb9b59bc05f3f233c1b5d37b6e6;hpb=d7aaec88584beeb1cece72259f68382f2a729440 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9511edf..2db5936 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,10 @@ jobs: run: cargo install --force cbindgen - name: Checkout Rust-Lightning git run: git clone https://github.com/rust-bitcoin/rust-lightning + - name: Rebuild bindings without std, and check the sample app builds + links + run: ./genbindings.sh ./rust-lightning false - name: Rebuild bindings, and check the sample app builds + links - run: ./genbindings.sh ./rust-lightning + run: ./genbindings.sh ./rust-lightning true - name: Check that the latest bindings are in git run: | git checkout lightning-c-bindings/Cargo.toml # genbindings edits this to update the path