From 17157197e31256e968128552bc8f71986110cdff Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 20 Dec 2021 09:04:37 +0000 Subject: [PATCH] Update CI branches to 0.0.104 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14a8595c..512a1623 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.103 + git checkout 0.0.104 - name: Rebuild C bindings without STD for WASM run: | cd ldk-c-bindings @@ -161,7 +161,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.103 + git checkout 0.0.104 - name: Checkout Android AAR binaries and artifacts run: | # Gitweb only allows snapshots of folders by providing the object hash, which we have to extract: @@ -243,7 +243,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.103 + git checkout 0.0.104 - name: Rebuild C bindings with upstream clang, and check the sample app builds + links run: | cd ldk-c-bindings -- 2.30.2