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=1c90f63ae1aa5e651451a4bfb3856dd2955cd466;hp=4eccfd06bf8cfc33f2f6e154be9ffe6245b06e0c;hb=3beda67d431be21b9c69152810c98239794e3247;hpb=0ac4dbdb8352c898100b34f0ef8ed9cebfea7786 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4eccfd0..1c90f63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: run: | git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning - git checkout 0.0.118-bindings + git checkout 0.0.121-bindings - name: Pin memchr if: "matrix.distro == 'debian:bullseye'" run: | @@ -114,7 +114,7 @@ jobs: run: | git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning - git checkout 0.0.118-bindings + git checkout 0.0.121-bindings - name: Fix Github Actions to not be broken run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings - name: Fetch MacOS SDK @@ -161,7 +161,7 @@ jobs: run: | git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning - git checkout 0.0.118-bindings + git checkout 0.0.121-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