X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=6906fc910334f4260b32422d45691cc91e5f32a3;hb=73fdeb04937d76f0ea54b4ce0b553aabb11bf7a5;hp=9387a7f4076504c8e33231b03da6f540b60b8458;hpb=f6b1c7c987d6fe7e2baab6f104a0adc291fa67a0;p=ldk-c-bindings diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9387a7f..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.105-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.105-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