X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=7e7239837976c6e0ed08a9e3e1344376947062e9;hp=9387a7f4076504c8e33231b03da6f540b60b8458;hb=e6d13668c10fadb44e3d6a5034687a2b53e45b72;hpb=c4fa20597f2d4e41dad125ef009283e1a8e66d68 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9387a7f..7e72398 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: run: | git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning - git checkout 0.0.105-bindings + git checkout 0.0.106-bindings - 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 @@ -83,7 +83,7 @@ jobs: run: | git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning - git checkout 0.0.105-bindings + git checkout 0.0.106-bindings - name: Rebuild bindings using Apple clang, and check the sample app builds + links run: ./genbindings.sh ./rust-lightning true - name: Rebuild bindings using upstream clang, and check the sample app builds + links