From 85aaddf22d6abe4b795f48890d9693865c6c39c2 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 24 Sep 2021 22:25:28 +0000 Subject: [PATCH] Update CI branch refernces to 0.0.101 --- .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 6ce2ef61..dbd6769d 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 @@ -165,7 +165,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 @@ -245,7 +245,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 -- 2.30.2