DROP: use matt/main
[ldk-java] / .github / workflows / build.yml
index 68ca3df2831ee0769937a15fefc96e060d844d02..6039e5898fb780c38a91a753bdcaeaf8357cc55d 100644 (file)
@@ -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