From a62565e3f563839ad4cdc008f031d2342e40406e Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 18 Oct 2021 20:56:56 +0000 Subject: [PATCH] Update CI C-Bindings dependency to 0.0.102 --- .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 f755c988..90d6b194 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.101 + git checkout 0.0.102 - name: Rebuild C bindings without STD for WASM run: | cd ldk-c-bindings @@ -153,7 +153,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.101 + git checkout 0.0.102 - name: Checkout Android AAR binaries and artifacts run: git clone --depth 1 https://git.bitcoin.ninja/ldk-java-bins - name: Build Android aar @@ -218,7 +218,7 @@ jobs: cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.101 + git checkout 0.0.102 - name: Rebuild C bindings with upstream clang, and check the sample app builds + links run: | cd ldk-c-bindings -- 2.39.5