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=25159d095de2eea4aad7ab22bb6005f551fbb8bd;hp=85593edca9722776d10bfcf4c90022de8a01f1f4;hb=55dc8c9ca7a83d32361eab9811e19ab74da04e83;hpb=82601052fe2cac04a6249f5930495e987923303b diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85593ed..25159d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: run: | git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning - git checkout 0.0.114-bindings + git checkout 0.0.115-bindings - name: Fix Github Actions to not be broken run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings - name: Rebuild bindings without std, and check the sample app builds + links @@ -90,7 +90,7 @@ jobs: run: | git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning - git checkout 0.0.114-bindings + git checkout 0.0.115-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