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=a1fde26b241f4b843cbf8efa70b6bff84c442614;hp=796a10c99f6bb9a27df60b1040396ee7e535af14;hb=22948fbc84c20971d47289ddea5c9b38d2699508;hpb=5271372bfe3ddc870c806f7b7ee13c4a7660e7e5 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 796a10c..a1fde26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,10 @@ jobs: - name: Install cbindgen run: cargo install --force cbindgen - name: Checkout Rust-Lightning git - run: git clone https://github.com/rust-bitcoin/rust-lightning + run: | + git clone https://github.com/rust-bitcoin/rust-lightning + cd rust-lightning + git checkout 0.0.103-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 @@ -77,7 +80,10 @@ jobs: - name: Install cbindgen run: cargo install --force cbindgen - name: Checkout Rust-Lightning git - run: git clone https://github.com/rust-bitcoin/rust-lightning + run: | + git clone https://github.com/rust-bitcoin/rust-lightning + cd rust-lightning + git checkout 0.0.103-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