From: Matt Corallo Date: Wed, 18 Aug 2021 00:18:27 +0000 (+0000) Subject: Switch to the 0.0.100 branch on ldk-c-bindings X-Git-Tag: v0.0.100.0^0 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b9db18546b69e614aa3f7548c853f37aa74181b3;hp=71dc550b6cbe873f4c03f6fed165f8498e7aa842;p=ldk-java Switch to the 0.0.100 branch on ldk-c-bindings --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94eab836..807a5fff 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.99 + git checkout 0.0.100 - name: Rebuild C bindings without STD for WASM run: | cd ldk-c-bindings @@ -163,7 +163,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.99 + git checkout 0.0.100 - name: Detect current git version run: | # We assume the top commit is just a bindings update commit, so we @@ -243,7 +243,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.99 + git checkout 0.0.100 - name: Rebuild C bindings with upstream clang, and check the sample app builds + links run: | cd ldk-c-bindings