From: Matt Corallo Date: Wed, 9 Jun 2021 01:49:04 +0000 (+0000) Subject: DROP: use matt/main X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=8339d0b054b7a96a6f963fc2ab8782342a70c32f;p=ldk-java DROP: use matt/main --- 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