From 8339d0b054b7a96a6f963fc2ab8782342a70c32f Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 9 Jun 2021 01:49:04 +0000 Subject: [PATCH] DROP: use matt/main --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68ca3df2..6039e589 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,11 @@ jobs: git merge matt/2021-03-java-bindings-base cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings + cd ldk-c-bindings + git remote add matt https://git.bitcoin.ninja/ldk-c-bindings + git fetch matt + git merge matt/main + cd .. - name: Rebuild C bindings without STD for WASM run: | cd ldk-c-bindings -- 2.30.2