From 6b0cba2a157f6c2e1bcb971b433b1470632f8070 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 14 Apr 2022 01:53:56 +0000 Subject: [PATCH] Update CI branch to 0.0.106 --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.30.2