From: Matt Corallo Date: Mon, 20 Dec 2021 09:04:37 +0000 (+0000) Subject: Update CI branches to 0.0.104 X-Git-Tag: v0.0.104.0^2~2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=17157197e31256e968128552bc8f71986110cdff Update CI branches to 0.0.104 --- 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