From: Matt Corallo Date: Fri, 24 Sep 2021 22:25:28 +0000 (+0000) Subject: Update CI branch refernces to 0.0.101 X-Git-Tag: v0.0.101.1~1^2~2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ebac78c4d409f4649a370d672f0d3357f7a55d24;p=ldk-java Update CI branch refernces to 0.0.101 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f048a284..c15aeb79 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.100 + git checkout 0.0.101 - name: Rebuild C bindings without STD for WASM run: | cd ldk-c-bindings @@ -167,7 +167,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.100 + git checkout 0.0.101 - name: Detect current git version run: | # We assume the top commit is just a bindings update commit, so we @@ -247,7 +247,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.100 + git checkout 0.0.101 - name: Rebuild C bindings with upstream clang, and check the sample app builds + links run: | cd ldk-c-bindings