From: Matt Corallo Date: Thu, 14 Apr 2022 01:53:56 +0000 (+0000) Subject: Update CI branch to 0.0.106 X-Git-Tag: v0.0.106.0~1^2~3 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=6b0cba2a157f6c2e1bcb971b433b1470632f8070 Update CI branch to 0.0.106 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5dec2751..58e19d70 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.105 + git checkout 0.0.106 - 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.105 + git checkout 0.0.106 - 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.105 + git checkout 0.0.106 - 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.105 + git checkout 0.0.106 - 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.105 + git checkout 0.0.106 - name: Rebuild C bindings with upstream clang, and check the sample app builds + links run: | cd ldk-c-bindings