From b9db18546b69e614aa3f7548c853f37aa74181b3 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 18 Aug 2021 00:18:27 +0000 Subject: [PATCH 1/1] Switch to the 0.0.100 branch on ldk-c-bindings --- .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 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 -- 2.30.2