DROP: use matt/main
authorMatt Corallo <git@bluematt.me>
Wed, 9 Jun 2021 01:49:04 +0000 (01:49 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 9 Jun 2021 02:50:50 +0000 (02:50 +0000)
.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