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=6906fc910334f4260b32422d45691cc91e5f32a3;hp=7e7239837976c6e0ed08a9e3e1344376947062e9;hb=73fdeb04937d76f0ea54b4ce0b553aabb11bf7a5;hpb=a0e439c6373cd0445fbb3b0408751b8e69b17a9a diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e72398..6906fc9 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.106-bindings + git checkout 0.0.108-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.106-bindings + git checkout 0.0.108-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