From: Matt Corallo Date: Thu, 3 Mar 2022 06:52:20 +0000 (+0000) Subject: Update CI to the ldk-c-bindings 0.0.105 branch X-Git-Tag: v0.0.105.0~1^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=f7e16089c6c8a19f7dda39a33c286e3df6a9ea4c Update CI to the ldk-c-bindings 0.0.105 branch --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69b3b1f7..4dda7ada 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.104 + git checkout 0.0.105 - name: Rebuild C bindings without STD run: | cd ldk-c-bindings @@ -122,7 +122,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.104 + git checkout 0.0.105 - name: Rebuild C bindings, and check the sample app builds + links run: | cd ldk-c-bindings @@ -172,7 +172,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.104 + git checkout 0.0.105 - name: Rebuild C bindings, and check the sample app builds + links run: | cd ldk-c-bindings @@ -275,7 +275,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.104 + git checkout 0.0.105 - name: Checkout Android AAR binaries and artifacts run: | # Gitweb only allows snapshots of folders by providing the object hash, which we have to extract: @@ -355,7 +355,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.104 + git checkout 0.0.105 - name: Rebuild C bindings with upstream clang, and check the sample app builds + links run: | cd ldk-c-bindings